| Problem | airplane2 |
|---|---|
| User | Midnight |
| Submission Time | 2026-05-10 16:42:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane2.cpp:24:11: error: stray ‘\357’ in program
24 | dummy++;
| ^
airplane2.cpp:24:12: error: stray ‘\274’ in program
24 | dummy++;
| ^
airplane2.cpp:24:13: error: stray ‘\233’ in program
24 | dummy++;
| ^
airplane2.cpp: In function ‘int main()’:
airplane2.cpp:24:11: error: expected ‘;’ before ‘}’ token
24 | dummy++;
| ^
| ;
25 | }
| ~