×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
Problems
Submissions
Rank
Forum
Contest
Login
Register
New Thread
#33178: 想抄的都進來
yp11151215@yphs.tp.edu.tw
(906-42廖祐鋐)
School : 臺北市私立延平高級中學
ID : 197195
×
傳送站內訊息
To:
Subject:
Content:
IP address : [203.72.178.2]
Last Login :
2024-09-10 14:41:21
e976.
Will You Make it?
--
HP CodeWars
2019
改編
| 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