Problem xmas
User hackerman123
Submission Time 2023-02-08 23:34:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp:5:36: error: expected ‘)’ before ‘;’ token
5 | bool operator() (pair <int, int> a; pair <int, int> a=b){
| ~ ^
| )
xmas.cpp:5:56: error: expected ‘;’ at end of member declaration
5 | bool operator() (pair <int, int> a; pair <int, int> a=b){
| ^
| ;
xmas.cpp:5:57: error: expected unqualified-id before ‘)’ token
5 | bool operator() (pair <int, int> a; pair <int, int> a=b){
| ^
xmas.cpp:8:2: error: expected ‘;’ after struct definition
8 | }
| ^
| ;
xmas.cpp:5:56: error: ‘b’ was not declared in this scope
5 | bool operator() (pair <int, int> a; pair <int, int> a=b){
|