Problem f7
User PerihelionfromAphelion
Submission Time 2026-07-17 22:47:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘int main()’:
f7.cpp:17:7: error: ‘i’ was not declared in this scope
17 | for (i = 0; i < n; i++) {
| ^
f7.cpp:22:7: error: ‘i’ was not declared in this scope
22 | for (i = 0; i < n; i++) {
| ^