| Problem | summarizing2021 |
|---|---|
| User | usernamehere |
| Submission Time | 2025-07-12 11:32:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summarizing2021.cpp: In function ‘std::vector<int> guess(int)’:
summarizing2021.cpp:8:9: error: expected ‘;’ before ‘vector’
8 | exit(0)
| ^
| ;
9 | vector<int> v(n);
| ~~~~~~
summarizing2021.cpp:10:25: error: ‘v’ was not declared in this scope
10 | for (int x=1;x<=n;x++) v[x-1]=query(x);
| ^
summarizing2021.cpp:11:9: error: ‘v’ was not declared in this scope
11 | return v;
| ^