Problem | developer |
---|---|
User | PoPularPlusPlus |
Submission Time | 2025-06-01 20:35:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
developer.cpp: In function ‘void solve()’:
developer.cpp:102:19: error: expected ‘)’ before numeric constant
102 | if(v1[1][j].vs 1= v1[1][j-1].vs){
| ~ ^
developer.cpp:6:18: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘std::vector<std::pair<long long int, long long int> > [2]’
6 | #define all(x) x.begin(),x.end()
| ^~~~~
developer.cpp:108:7: note: in expansion of macro ‘all’
108 | sort(all(v));
| ^~~
developer.cpp:6:28: error: request for member ‘end’ in ‘v’, which is of non-class type ‘std::vector<std::pair<long long int, long long int> > [2]’
6 | #define all(x) x.begin(),x.end()
| ^~~
developer.cpp:108:7: note: in expansion of macro ‘all’
108 | sort(all(v));
| ^~~
developer.cpp:109:11: error: ‘v1’ was not declared in this scope; did you mean ‘__pstl::execution::v1’?