众所周知,驾驶员不是人,对吧沈思邈2023-12-29 19:43:53发布于:上海20阅读0回复0点赞#include<iostream> using namespace std; int main(){ int n; cin >> n; if (n%3==1) cout << "I'm lucky." << endl; else cout << "Come again next time." << endl; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个