Problem greeting
User Ningja
Submission Time 2023-11-08 10:14:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:7:40: error: expected ‘;’ before ‘cout’
7 | full = s + "ni hao, xin nian kuai le!"
| ^
| ;
8 | cout << full;
| ~~~~