| Problem | colosseumbattle |
|---|---|
| User | YH |
| Submission Time | 2026-06-21 00:23:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
colosseumbattle.cpp:5:9: error: ‘vector’ does not name a type
5 | typedef vector<long long> vll;
| ^~~~~~
colosseumbattle.cpp: In function ‘int main()’:
colosseumbattle.cpp:14:2: error: ‘vll’ was not declared in this scope; did you mean ‘ll’?
14 | vll a(n);
| ^~~
| ll
colosseumbattle.cpp:15:36: error: ‘a’ was not declared in this scope
15 | for (ll i = 0; i < n; i++) cin >> a[i];
| ^
colosseumbattle.cpp:22:11: error: ‘a’ was not declared in this scope
22 | S_1 += a[j];
| ^