Problem summit
User PerihelionfromAphelion
Submission Time 2026-07-31 19:52:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summit.cpp: In function ‘int32_t main()’:
summit.cpp:17:8: error: ‘i’ was not declared in this scope
17 | for (i = 0; i < 1000; i++) {
| ^
summit.cpp:18:18: error: ‘x’ was not declared in this scope
18 | while ((mid / x) != 0) {
| ^