为什么错?@root

CHY-He 2025-08-05 22:06:51 11

#include #include using namespace std; int main() { int a; cin>>a; if (a == 1) cout << "Mondey"; else if (a == 2) cout << "Tuesday"; else if (a == 3) cout << "Wedneday"; else if (a == 4) cout << "Thurday"; else if (a == 5) cout << "Frday"; else if (a == 6) cout << "Saturday"; else if (a == 7) cout << "Sunday"; else cout << "No";

}

{{ vote && vote.total.up }}

共 2 条回复

root 站长

有几个单词写错了

CHY-He

60分