| Problem | f7 |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-17 22:41:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
f7.cpp: In function ‘bool can(int)’:
f7.cpp:5:7: error: ‘i’ was not declared in this scope
5 | for (i = 0; i < n - 1; i++) {
| ^
f7.cpp:5:18: error: ‘n’ was not declared in this scope
5 | for (i = 0; i < n - 1; i++) {
| ^
f7.cpp:6:11: error: ‘b’ was not declared in this scope
6 | if (x < b[i] + n - 1 - i) return false;
| ^
f7.cpp: In function ‘int main()’:
f7.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i = 0; i < n; i++) {
| ^
f7.cpp:19:7: error: ‘i’ was not declared in this scope
19 | for (i = 0; i < n; i++) {
| ^