| Problem | thumper2 |
|---|---|
| User | PlayVoltz |
| Submission Time | 2026-01-15 13:45:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
thumper2.cpp: In function ‘int main()’:
thumper2.cpp:100:10: error: ‘pii’ was not declared in this scope
100 | vector<pii> res;
| ^~~
thumper2.cpp:100:13: error: template argument 1 is invalid
100 | vector<pii> res;
| ^
thumper2.cpp:100:13: error: template argument 2 is invalid
thumper2.cpp:10:12: error: request for member ‘push_back’ in ‘res’, which is of non-class type ‘int’
10 | #define pb push_back
| ^~~~~~~~~
thumper2.cpp:101:35: note: in expansion of macro ‘pb’
101 | for (int i = 1; i <= n; i++)res.pb(mp(v3[i].se, v[v3[i].se].se + v5[i] + v6[i]));
| ^~
thumper2.cpp:101:81: error: no match for call to ‘(std::map<long long int, long long int>) (long long int&, long long int)’
101 | for (int i = 1; i <= n; i++)res.pb(mp(v3[i].se, v[v3[i].se].se + v5[i] + v6[i]));
|