| Problem | colosseumbattle |
|---|---|
| User | Cy |
| Submission Time | 2026-06-25 11:08:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
colosseumbattle.cpp: In function ‘int main()’:
colosseumbattle.cpp:21:6: error: request for member ‘push_back’ in ‘s1’, which is of non-class type ‘std::vector<long long int>()’
21 | s1.push_back(1);
| ^~~~~~~~~
colosseumbattle.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
colosseumbattle.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^