Problem | greeting |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-03-06 17:34:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:6:37: error: expected ‘;’ at end of input
6 | cout<<n<<"ni hao, xin nian kuai le!"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
| ;
greeting.cpp:6:10: error: expected ‘}’ at end of input
6 | cout<<n<<"ni hao, xin nian kuai le!"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
greeting.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^