Problem | topical |
---|---|
User | mertbbm |
Submission Time | 2023-03-19 22:05:42 |
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:5:13: error: duplicate ‘unsigned’
5 | #define int unsigned int
| ^~~~~~~~
topical.cpp:8:86: note: in expansion of macro ‘int’
8 | __attribute__((target("avx2","fma"), optimize("O3","unroll-loops"))) inline unsigned int readint() {
| ^~~
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();
| ^~~