Problem lightningrod
User iunum
Submission Time 2025-06-06 18:55:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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