| Problem | ccs |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-03-16 21:07:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp:3:2: error: invalid preprocessing directive #incldue; did you mean #include?
3 | #incldue <utility>
| ^~~~~~~
| include
ccs.cpp: In function ‘int main()’:
ccs.cpp:24:32: error: ‘input’ was not declared in this scope; did you mean ‘input2’?
24 | sleepingcats_long.push_back(input);
| ^~~~~
| input2
ccs.cpp:28:35: error: ‘input’ was not declared in this scope; did you mean ‘input2’?
28 | queries.push_back(make_pair(-2,input));
| ^~~~~
| input2