Problem railgun
User ForgottenDragon
Submission Time 2025-12-10 10:50:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

railgun.cpp: In function ‘int main()’:
railgun.cpp:19:16: error: expected primary-expression before ‘long’
19 | #define ll long long
| ^~~~
railgun.cpp:126:35: note: in expansion of macro ‘ll’
126 | ans = min(right - ll(left));
| ^~