| Problem | duckbuttons |
|---|---|
| User | PyAce |
| Submission Time | 2026-01-19 17:54:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:15:18: error: expected ‘;’ before ‘}’ token
15 | continue
| ^
| ;
16 | }
| ~
duckbuttons.cpp:21:11: error: ‘class std::vector<long long int>’ has no member named ‘Size’; did you mean ‘size’?
21 | if (AVec.Size != 0) {
| ^~~~
| size
duckbuttons.cpp:22:27: error: ‘class std::vector<long long int>’ has no member named ‘Size’; did you mean ‘size’?
22 | for (int i=0; i<AVec.Size();i++) {
| ^~~~
| size