Problem greenbeans
User personjs
Submission Time 2025-02-18 21:53:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greenbeans.cpp: In function ‘int main()’:
greenbeans.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | cout << 1 // a1 is wrong.
| ^
| ;
16 | } else if (2 * a3 != a1 + a2) {
| ~