Problem | greeting |
---|---|
User | officemouse |
Submission Time | 2023-11-08 09:35:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:7:10: error: expected ‘;’ before ‘string’
7 | cin >> a
| ^
| ;
8 |
9 | string b = "ni hao, xin nian kuai le!"
| ~~~~~~
greeting.cpp:15:10: error: expected ‘}’ at end of input
15 | return 0;
| ^
greeting.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^