题解
2024-09-03 21:13:38
发布于:江苏
0阅读
0回复
0点赞
#include<bits/stdc++.h>
#define ll long long //防伪标识
#define MAXN 1005
#define maxn 10005
#define MAXM 10000
#define maxm 1000005
using namespace std;
int h,s;
int main(){
cin>>h>>s;
if(s+h*60+45>480) cout<<"late";
else cout<<"on time";
return 0;
}
这里空空如也
有帮助,赞一个