#33178: 想抄的都進來


yp11151215@yphs.tp.edu.tw (808-40廖祐鋐)

學校 : 臺北市私立延平高級中學
編號 : 197195
來源 : [203.72.178.1]
最後登入時間 :
2024-01-15 11:32:33
e976. Will You Make it? -- HP CodeWars2019改編 | From: [203.72.178.1] | 發表日期 : 2022-12-08 17:14

include<bits/stdc++.h>

using namespace std;

main(){

int a,b,c;

while(cin>>a>>b>>c){

    if(a*c>=b) cout<<a<<" "<<b<<" "<<c<<". I will make it!";

else cout<<a<<" "<<b<<" "<<c<<". I will be late!";

cout<<endl;
}
}

 

 
ZeroJudge Forum