Problem scalars
User yc
Submission Time 2025-06-03 09:29:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scalars.cpp: In function ‘bool hi(int, int)’:
scalars.cpp:6:34: error: expected ‘;’ before ‘}’ token
6 | bool hi(int a, int b) {return a>b};
| ^
| ;