Problem f7
User isaackhong
Submission Time 2023-04-30 11:15:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘bool cmp(int, int)’:
f7.cpp:7:16: error: expected ‘;’ before ‘}’ token
7 | return (x > y)
| ^
| ;
8 | }
| ~