Problem | topical |
---|---|
User | mertbbm |
Submission Time | 2023-03-19 22:06:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp:12:8: error: stray ‘\302’ in program
12 | return x;
| ^
topical.cpp:12:9: error: stray ‘\240’ in program
12 | return x;
| ^
topical.cpp: In function ‘unsigned int readint()’:
topical.cpp:5:13: error: duplicate ‘unsigned’
5 | #define int unsigned int
| ^~~~~~~~
topical.cpp:9:14: note: in expansion of macro ‘int’
9 | unsigned int x=0; char ch=getchar_unlocked();
| ^~~