Problem | mao2 |
---|---|
User | bribritt |
Submission Time | 2025-04-01 22:19:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mao2.cpp:3:1: error: empty character constant
3 | '''
| ^~
mao2.cpp:3:3: error: missing terminating ' character
3 | '''
| ^
mao2.cpp:54:1: error: empty character constant
54 | '''
| ^~
mao2.cpp:54:3: error: missing terminating ' character
54 | '''
| ^
mao2.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~
In file included from /usr/include/c++/9/cmath:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from mao2.cpp:4:
/usr/include/c++/9/ext/type_traits.h:162:35: error: ‘bool __gnu_cxx::__is_null_pointer’ redeclared as different kind of entity
162 | __is_null_pointer(std::nullptr_t)
| ^
/usr/include/c++/9/ext/type_traits.h:157:5: note: previous declaration ‘template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)’
157 | __is_null_pointer(_Type)<