题解 (我的第32篇题解)
2024-08-30 18:18:33
发布于:江苏
3阅读
0回复
0点赞
#include<bits/stdc++.h>
#define ll long long //防抄袭标记
#define MAXN 100005
#define maxn 1000005
#define MAXM 10000005
#define maxm 100000005
using namespace std;
int x,y,z;
int main(){
cin>>x>>y>>z;
int sj = min(32,min(20+x,25+y));
if(sj<=z) cout<<"on time";
else cout<<"late";
return 0;
}
这里空空如也
有帮助,赞一个