Problem exam
User Anonymous35V
Submission Time 2023-11-08 14:18:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:7:15: error: stray ‘\342’ in program
7 | int a, a = 0 ≤;
| ^
exam.cpp:7:16: error: stray ‘\211’ in program
7 | int a, a = 0 ≤;
| ^
exam.cpp:7:17: error: stray ‘\244’ in program
7 | int a, a = 0 ≤;
| ^
exam.cpp:8:13: error: stray ‘\342’ in program
8 | int b, b = ≤ 9;
| ^
exam.cpp:8:14: error: stray ‘\211’ in program
8 | int b, b = ≤ 9;
| ^
exam.cpp:8:15: error: stray ‘\244’ in program
8 | int b, b = ≤ 9;
| ^
exam.cpp: In function ‘int32_t main()’:
exam.cpp:7:9: error: redeclaration of ‘int a’
7 | int a, a = 0 ≤;
| ^
exam.cpp:7:6: note: ‘int a’ previously declared here
7 | int a, a = 0 ≤;
| ^
exam.cpp:8:9: error: redeclaration of ‘int b’
8 | int b, b = ≤ 9;
| ^
exam.cpp:8:6: note: ‘int b’ previou