Main.cpp: In function 'int main()':
Main.cpp:15:22: error: request for member 'second' in 'a[i]', which is of non-class type 'int'
15 | a[i].second=-a[i].second;
| ^~~~~~
Main.cpp:15:35: error: request for member 'second' in 'a[i]', which is of non-class type 'int'
15 | a[i].second=-a[i].second;
| ^~~~~~
Main.cpp:16:25: error: request for member 'second' in 'a[i]', which is of non-class type 'int'
16 | if(a[i].second>cur){
| ^~~~~~
Main.cpp:18:34: error: request for member 'second' in 'a[i]', which is of non-class type 'int'
18 | cur=a[i].second;
| ^~~~~~