Problem lightningrod
User samvar0907
Submission Time 2024-04-03 09:23:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:24:36: error: expression cannot be used as a function
24 | int tx = s.top().first();
| ^
lightningrod.cpp:25:37: error: expression cannot be used as a function
25 | int ty = s.top().second();
| ^