Problem scalars
User polyda
Submission Time 2025-12-11 20:41:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scalars.cpp: In function ‘int main()’:
scalars.cpp:21:22: error: expected ‘;’ before ‘return’
21 | cout << ans << endl
| ^
| ;
22 | return 0;
| ~~~~~~