#33178: 想抄的都進來


yp11151215@yphs.tp.edu.tw (906-42廖祐鋐)

School : 臺北市私立延平高級中學
ID : 197195
IP address : [203.72.178.2]
Last Login :
2024-09-10 14:41:21
e976. Will You Make it? -- HP CodeWars2019改編 | From: [203.72.178.1] | Post Date : 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