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