Problem greeting
User PGisnotnice5
Submission Time 2026-02-26 08:13:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:7:38: error: expected ‘;’ before ‘return’
7 | cout<<n<<" ni hao xin nian kuai le!"
| ^
| ;
8 | return 0;
| ~~~~~~