Problem party_noi
User Runjia
Submission Time 2025-02-08 11:09:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
party_noi.cpp:3:13: error: expected ‘}’ before ‘long’
In file included from /usr/include/c++/9/vector:68,
from party_noi.cpp:4:
/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++/9/bits/stl_bvector.h: In member function ‘void _Bit_it