题解阿瓦达啃大瓜2024-10-13 18:06:52发布于:广东4阅读0回复0点赞 #include <iostream> 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; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个