| Problem | exam | 
|---|---|
| User | Anonymous35V | 
| Submission Time | 2023-11-08 14:20:13 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 exam.cpp:8:13: error: stray ‘\342’ in program
    8 |   int a = 0 ≤;
      |             ^
exam.cpp:8:14: error: stray ‘\211’ in program
    8 |   int a = 0 ≤;
      |              ^
exam.cpp:8:15: error: stray ‘\244’ in program
    8 |   int a = 0 ≤;
      |               ^
exam.cpp:9:10: error: stray ‘\342’ in program
    9 |  int b = ≤ 9;
      |          ^
exam.cpp:9:11: error: stray ‘\211’ in program
    9 |  int b = ≤ 9;
      |           ^
exam.cpp:9:12: error: stray ‘\244’ in program
    9 |  int b = ≤ 9;
      |            ^
exam.cpp: In function ‘int32_t main()’:
exam.cpp:8:7: error: redeclaration of ‘int a’
    8 |   int a = 0 ≤;
      |       ^
exam.cpp:7:6: note: ‘int a’ previously declared here
    7 |  int a, b;
      |      ^
exam.cpp:9:6: error: redeclaration of ‘int b’
    9 |  int b = ≤ 9;
      |      ^
exam.cpp:7:9: note: ‘int b’ previously declared here
    7 |  int a, b;