Problem eelimination
User huangchengcheng
Submission Time 2026-04-26 13:38:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eelimination.cpp: In function ‘int main()’:
eelimination.cpp:7:17: error: expected ‘)’ before ‘;’ token
7 | cin.tie(NULL;
| ~ ^
eelimination.cpp:41:5: error: expected ‘}’ at end of input
41 | }
| ^
eelimination.cpp:4:12: note: to match this ‘{’
4 | int main() { // find the nearest greater number to the right
| ^