Problem | summarising2023 |
---|---|
User | zyq69 |
Submission Time | 2024-01-01 00:18:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summarising2023.cpp:6:13: error: stray ‘\357’ in program
6 | cout << "3";
| ^
summarising2023.cpp:6:14: error: stray ‘\274’ in program
6 | cout << "3";
| ^
summarising2023.cpp:6:15: error: stray ‘\233’ in program
6 | cout << "3";
| ^
summarising2023.cpp: In function ‘int main()’:
summarising2023.cpp:6:13: error: expected ‘;’ before ‘}’ token
6 | cout << "3";
| ^
| ;
7 | }
| ~