Problem | greeting |
---|---|
User | JAMALSGOODATROBOTICS |
Submission Time | 2025-01-09 21:19:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:10:49: error: expected ‘;’ before ‘}’ token
10 | cout << name << " ni hao, xin nian kuai le!"
| ^
| ;
11 | }
| ~