| Problem | hallucinations |
|---|---|
| User | 7Janish7 |
| Submission Time | 2025-10-29 11:49:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hallucinations.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
hallucinations.cpp:2:13: error: expected ‘}’ before ‘long’
In file included from /usr/include/c++/9/vector:68,
from hallucinations.cpp:3:
/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