Problem stickytape
User maomao
Submission Time 2025-10-06 12:59:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘long long int read()’:
stickytape.cpp:5:13: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
5 | #define GET _getchar_nolock()
| ^~~~~~~~~~~~~~~
stickytape.cpp:8:11: note: in expansion of macro ‘GET’
8 | char c = GET;
| ^~~