Problem | greeting |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-09 16:07:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:8:36: error: expected ‘;’ before ‘}’ token
8 | cout<<x<<"ni hao,xin nian kuai le"
| ^
| ;
9 | }
| ~