| Problem | taxcollection |
|---|---|
| User | NiXNull |
| Submission Time | 2025-12-03 14:52:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
taxcollection.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:20:2: error: ‘ios_base’ has not been declared
20 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
taxcollection.cpp:21:2: error: ‘cin’ was not declared in this scope
21 | cin.tie();
| ^~~
taxcollection.cpp:22:2: error: ‘cout’ was not declared in this scope
22 | cout.tie();
| ^~~~
taxcollection.cpp:25:2: error: ‘vector’ was not declared in this scope
25 | vector<pair<int, int> > inp(n), notMVB;
| ^~~~~~
taxcollection.cpp:25:9: error: ‘pair’ was not declared in this scope
25 | vector<pair<int, int> > inp(n), notMVB;
| ^~~~
taxcollection.cpp:25:14: error: expected primary-expression before ‘int’
25 | vector<pair<int, int> > inp(n), notMVB;
|