最简(应该吧)(bug除外)Black Myth:悟空2025-01-01 20:20:13发布于:广东0阅读0回复0点赞#include<iostream> using namespace std; int main(){ int n,m; cin >> n >> m; if(n<60&&m>=60||m<60&&n>=60){ cout << 1; }else{ cout << 0; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个