Problem bizarrebuffet
User MegaG
Submission Time 2025-10-07 15:19:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bizarrebuffet.cpp: In function ‘int main()’:
bizarrebuffet.cpp:14:25: error: ‘N’ was not declared in this scope
14 | for (int i = 0; i < N; i++) {
| ^
bizarrebuffet.cpp:15:10: error: ‘A’ was not declared in this scope
15 | cin >> A[i];
| ^
bizarrebuffet.cpp:19:19: error: ‘A’ was not declared in this scope
19 | pts.push_back(A[0]);
| ^
bizarrebuffet.cpp:20:29: error: ‘N’ was not declared in this scope
20 | for (int i = 1; i + 1 < N; i++) {
| ^