Problem | abbb |
---|---|
User | chlochlocrunch |
Submission Time | 2023-03-10 15:20:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
abbb.cpp:8:1: error: stray ‘\302’ in program
8 | int t;
| ^
abbb.cpp:8:2: error: stray ‘\240’ in program
8 | int t;
| ^
abbb.cpp:8:4: error: stray ‘\302’ in program
8 | int t;
| ^
abbb.cpp:8:5: error: stray ‘\240’ in program
8 | int t;
| ^
abbb.cpp:9:1: error: stray ‘\302’ in program
9 | cin >> t;
| ^
abbb.cpp:9:2: error: stray ‘\240’ in program
9 | cin >> t;
| ^
abbb.cpp:9:4: error: stray ‘\302’ in program
9 | cin >> t;
| ^
abbb.cpp:9:5: error: stray ‘\240’ in program
9 | cin >> t;
| ^
abbb.cpp:11:1: error: stray ‘\302’ in program
11 | while (t--) {
| ^
abbb.cpp:11:2: error: stray ‘\240’ in program
11 | while (t--) {
| ^
abbb.cpp:11:4: error: stray ‘\302’ in program
11 | while (t--) {
| ^
abbb.cp