Problem gllit
User ryangohca
Submission Time 2025-06-22 21:44:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gllit.cpp: In function ‘int read()’:
gllit.cpp:2:26: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
2 | #define getchar_unlocked _getchar_nolock
| ^~~~~~~~~~~~~~~
gllit.cpp:6:12: note: in expansion of macro ‘getchar_unlocked’
6 | char ch = getchar_unlocked();
| ^~~~~~~~~~~~~~~~