Problem | bacteria |
---|---|
User | jamestan |
Submission Time | 2024-06-30 10:51:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bacteria.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
bacteria.cpp:3:13: error: expected ‘}’ before ‘long’
In file included from /usr/include/c++/9/vector:68,
from bacteria.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:74:5: error: ‘_Bit_type’ does not na