tj
2024-10-13 20:42:58
发布于:上海
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
c-=15;
if(5+a<=c||10+b<=c||17<=c)
{
cout<<"on time";
}else{
cout<<"late";
}
}
这里空空如也
有帮助,赞一个