Problem contestcalc
User pearl333
Submission Time 2025-01-31 23:03:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
contestcalc.cpp:27:10: note: in expansion of macro ‘int’
27 | cout << int(score / c);
| ^~~