#include <bits/stdc+
2025-12-27 09:59:51
发布于:江苏
3阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin >> a >> b;
if(a*60+b+45<=480){
cout << "on time";
}else{
cout << "late";
}
return 0;
}
这里空空如也
2025-12-27 09:59:51
发布于:江苏
#include <bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin >> a >> b;
if(a*60+b+45<=480){
cout << "on time";
}else{
cout << "late";
}
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个