Problem gentlepairs
User xm0728
Submission Time 2025-05-06 17:47:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gentlepairs.cpp: In function ‘int main()’:
gentlepairs.cpp:13:21: error: expected ‘;’ before ‘listy’
13 | listx.push_back(x)
| ^
| ;
14 | listy.push_back(y)
| ~~~~~
gentlepairs.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
gentlepairs.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^