| Problem | nis |
|---|---|
| User | FIips |
| Submission Time | 2025-06-10 00:50:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nis.cpp:62:7: error: stray ‘\357’ in program
62 | cnt--;
| ^
nis.cpp:62:8: error: stray ‘\274’ in program
62 | cnt--;
| ^
nis.cpp:62:9: error: stray ‘\233’ in program
62 | cnt--;
| ^
nis.cpp: In function ‘int32_t main()’:
nis.cpp:62:7: error: expected ‘;’ before ‘fill’
62 | cnt--;
| ^
| ;
63 | fill(ft, ft + MAX, 0);
| ~~~~