Problem lightningrod
User iunum
Submission Time 2025-06-06 17:32:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int readInt()’:
lightningrod.cpp:13:39: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
13 | while (ch < '0' || ch > '9') ch = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked
lightningrod.cpp:16:14: error: ‘_getchar_nolock’ was not declared in this scope; did you mean ‘getchar_unlocked’?
16 | ch = _getchar_nolock();
| ^~~~~~~~~~~~~~~
| getchar_unlocked