Problem | pascal |
---|---|
User | superG |
Submission Time | 2025-07-06 19:14:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
pascal.cpp:2:13: error: expected ‘}’ before ‘long’
In file included from /usr/include/c++/9/vector:68,
from pascal.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_type’ does not name a t