Problem greeting
User fueh
Submission Time 2024-02-22 19:51:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:12:46: error: expected ‘;’ before ‘}’ token
12 | cout << WAWA << " ni hao, xin nian kuai le!"
| ^
| ;
13 | }
| ~