Problem cups
User chickengoat
Submission Time 2026-05-24 19:57:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cups.cpp: In function ‘int main()’:
cups.cpp:11:18: error: expected ‘;’ before ‘if’
11 | cin >> cmd >> x
| ^
| ;
12 | if (cmd==1) {
| ~~