Problem wabot
User YongXin
Submission Time 2023-06-15 19:13:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wabot.cpp: In function ‘int main()’:
wabot.cpp:23:11: error: invalid conversion from ‘int (*)()’ to ‘int’ [-fpermissive]
23 | p.first=readInt;
| ^~~~~~~
| |
| int (*)()
wabot.cpp:24:12: error: invalid conversion from ‘int (*)()’ to ‘long long int’ [-fpermissive]
24 | p.second=readInt;
| ^~~~~~~
| |
| int (*)()