Problem solarstorm
User chenweilian
Submission Time 2024-12-24 16:58:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

solarstorm.cpp: In lambda function:
solarstorm.cpp:14:13: error: expected primary-expression before ‘long’
14 | #define int long long
| ^~~~
solarstorm.cpp:90:27: note: in expansion of macro ‘int’
90 | int v = st[max(0, int(st.size() - s - 1))];
| ^~~