Problem mathmadness
User matt
Submission Time 2025-01-27 16:27:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathmadness.cpp: In function ‘int32_t main()’:
mathmadness.cpp:20:15: error: no match for ‘operator[]’ (operand types are ‘pii’ {aka ‘std::pair<long long int, long long int>’} and ‘long long int’)
20 | cin>>x[i].se;
| ^
mathmadness.cpp:21:15: error: no match for ‘operator[]’ (operand types are ‘pii’ {aka ‘std::pair<long long int, long long int>’} and ‘long long int’)
21 | cin>>x[i].fi;
| ^
mathmadness.cpp:24:13: error: no match for ‘operator+’ (operand types are ‘pii’ {aka ‘std::pair<long long int, long long int>’} and ‘long long int’)
24 | sort(x,x+n)
| ~^~
| | |
| | long long int
| pii {aka std::pair<long long int, long long int>}
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/bits/specfun.h:45,