| Problem | souvenirs_ioi25 |
|---|---|
| User | Sans12345 |
| Submission Time | 2025-10-14 18:52:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
souvenirs_ioi25.cpp:10:17: error: ‘N’ was not declared in this scope
10 | vector<ll> vals(N, -1), sums(N, -1);
| ^
souvenirs_ioi25.cpp:10:30: error: ‘N’ was not declared in this scope
10 | vector<ll> vals(N, -1), sums(N, -1);
| ^
souvenirs_ioi25.cpp:11:30: error: ‘N’ was not declared in this scope
11 | vector<set<int>> queries(N);
| ^
souvenirs_ioi25.cpp:12:21: error: ‘N’ was not declared in this scope
12 | vector<int> cnt(N);
| ^
souvenirs_ioi25.cpp: In function ‘void buy(ll)’:
souvenirs_ioi25.cpp:14:36: error: ‘i’ was not declared in this scope
14 | auto [v, rem] = transaction(vals[i] - 1);
| ^
souvenirs_ioi25.cpp: In function ‘void process(ll)’:
souvenirs_ioi25.cpp:26:23: error: ‘N’ was not declared in this scope
26