Problem motest2
User Soysauce
Submission Time 2024-10-15 19:22:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motest2.cpp:8:7: error: stray ‘\302’ in program
8 | cout << "0\n";
| ^
motest2.cpp:8:8: error: stray ‘\240’ in program
8 | cout << "0\n";
| ^
motest2.cpp:8:11: error: stray ‘\302’ in program
8 | cout << "0\n";
| ^
motest2.cpp:8:12: error: stray ‘\240’ in program
8 | cout << "0\n";
| ^
motest2.cpp: In function ‘int main()’:
motest2.cpp:9:1: error: expected ‘}’ at end of input
9 | }
| ^
motest2.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^