Problem | summarising2023 |
---|---|
User | Fenixion |
Submission Time | 2024-01-15 20:53:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summarising2023.cpp:6:21: error: stray ‘\357’ in program
6 | cout << "于喆远";
| ^
summarising2023.cpp:6:22: error: stray ‘\274’ in program
6 | cout << "于喆远";
| ^
summarising2023.cpp:6:23: error: stray ‘\233’ in program
6 | cout << "于喆远";
| ^
summarising2023.cpp: In function ‘int main()’:
summarising2023.cpp:6:21: error: expected ‘;’ before ‘}’ token
6 | cout << "于喆远";
| ^
| ;
7 |
8 | }
| ~