Problem f7
User PerihelionfromAphelion
Submission Time 2026-07-17 23:29:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘bool can(int)’:
f7.cpp:8:2: error: ‘points’ was not declared in this scope; did you mean ‘printf’?
8 | points = n - 1;
| ^~~~~~
| printf
f7.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i = 0; i < n; i++) {
| ^