Problem trivialexam
User wzhci11
Submission Time 2024-05-11 10:36:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialexam.cpp:13:19: error: stray ‘\357’ in program
13 | cout << "";
| ^
trivialexam.cpp:13:20: error: stray ‘\274’ in program
13 | cout << "";
| ^
trivialexam.cpp:13:21: error: stray ‘\233’ in program
13 | cout << "";
| ^
trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | cout << "";
| ^
| ;
14 | }
| ~