Problem greenbeans
User ATHY
Submission Time 2025-03-09 14:49:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greenbeans.cpp: In function ‘int main()’:
greenbeans.cpp:12:22: error: ‘A’ was not declared in this scope
12 | if (v[1] <= v[2] && A[1] - (A[2] - A[1]) >= 0){
| ^
greenbeans.cpp:16:9: error: ‘A’ was not declared in this scope
16 | if (A[2] >= A[0] && (A[2] + A[0]) % 2 == 0){
| ^