Problem cups
User MegaG
Submission Time 2026-01-08 18:29:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cups.cpp: In function ‘int main()’:
cups.cpp:19:16: error: expected ‘(’ before ‘cups’
19 | if cups.count(x - offset)){
| ^~~~
| (
cups.cpp:22:13: error: expected ‘}’ before ‘else’
22 | else{
| ^~~~
cups.cpp:18:21: note: to match this ‘{’
18 | if (t == 1) {
| ^
cups.cpp:26:3: error: ‘else’ without a previous ‘if’
26 | else if(t == 2) {
| ^~~~
cups.cpp:26:11: error: ‘t’ was not declared in this scope
26 | else if(t == 2) {
| ^
cups.cpp:27:25: error: ‘x’ was not declared in this scope
27 | cups.insert(x - offset);
| ^
cups.cpp:30:23: error: ‘x’ was not declared in this scope
30 | offset += x;
| ^
cups.cpp: At global scope:
cups.cpp:33:1: error: expected declaration before ‘