Problem topical
User mertbbm
Submission Time 2023-03-19 22:08:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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();
| ^~~