Problem gentlepairs
User blob
Submission Time 2023-12-06 11:39:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gentlepairs.cpp:3:11: error: ‘int y1’ redeclared as different kind of entity
3 | int x1,x2,y1,y2;
| ^~
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/9/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h:528,
from /usr/include/c++/9/cassert:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from gentlepairs.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:221:1: note: previous declaration ‘double y1(double)’
221 | __MATHCALL (y1,, (_Mdouble_));
| ^~~~~~~~~~
gentlepairs.cpp:4:18: error: expected primary-expression before ‘<’ token
4 | bool gentlePair (<pair<int,int>>, <pair<int,int>>) ;{
| ^
gentlepairs.cpp:4:31: error: expected primary-expression before ‘>’ token
4 | bool gentlePai