Problem atomsplit
User Emma167
Submission Time 2026-06-24 16:30:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atomsplit.cpp:11:13: error: expected primary-expression before ‘long’
11 | #define int long long
| ^~~~
atomsplit.cpp:11:13: error: expected ‘}’ before ‘long’
In file included from /usr/include/c++/9/vector:68,
from /usr/include/c++/9/queue:61,
from atomsplit.cpp:12:
/usr/include/c++/9/bits/stl_bvector.h:70:8: note: to match this ‘{’
70 | enum { _S_word_bit = int(__CHAR_BIT__ * sizeof(_Bit_type)) };
| ^
/usr/include/c++/9/bits/stl_bvector.h:70:28: error: expected unqualified-id before numeric constant
70 | enum { _S_word_bit = int(__CHAR_BIT__ * sizeof(_Bit_type)) };
| ^~~~~~~~~~~~
/usr/include/c++/9/bits/stl_bvector.h:70:28: error: expected ‘)’ before numeric constant
70 | enum { _S_word_bit = int(__CHAR_BIT__ * sizeof(_Bit_type)) };
| ~^
| )
/usr/include/c