Problem guanine
User Duk168
Submission Time 2024-03-25 22:17:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp:1:2: error: stray ‘#’ in program
1 | x#include <iostream>
| ^
guanine.cpp:1:1: error: ‘x’ does not name a type
1 | x#include <iostream>
| ^
In file included from /usr/include/c++/9/bits/stl_algobase.h:62,
from /usr/include/c++/9/bits/char_traits.h:39,
from /usr/include/c++/9/string:40,
from guanine.cpp:2:
/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)
| ^~~~~~~~~~~~~~~~~
/usr/include/c++/9/ext/type_traits.h:162:26: error: ‘nullptr_t’ is not a member of ‘std’
162 | __is_null_pointer(std::