Borderou de evaluare (job #680894)

Utilizator avatar AnghelutaDiana06 Angheluta Diana AnghelutaDiana06 IP ascuns
Problemă Litere3 Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 9 dec. 2022 22:31:32 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:1:1: error: 'unda' does not name a type 1 | unda 11feb2022_vs10 Marime 0.75 kb | ^~~~ In file included from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/cmath:43, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/i686-pc-linux-gnu/bits/stdc++.h:41, from main.cpp:3: /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/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/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/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/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/ext/type_traits.h:162:26: error: 'nullptr_t' is not a member of 'std' 162 | __is_null_pointer(std::nullptr_t) | ^~~~~~~~~ In file included from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/bits/exception_ptr.h:40, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/exception:153, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/ios:39, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/istream:38, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/sstream:38, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/complex:45, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/ccomplex:39, from /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/i686-pc-linux-gnu/bits/stdc++.h:54, from main.cpp:3: /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:126:26: error: declaration of 'operator new' as non-function 126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^~~~~~~~ /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:126:44: error: 'size_t' is not a member of 'std'; did you mean 'time_t'? 126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^~~~~~ | time_t /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive] 127 | __attribute__((__externally_visible__)); | ^ /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:128:26: error: declaration of 'operator new []' as non-function 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^~~~~~~~ /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:128:46: error: 'size_t' is not a member of 'std'; did you mean 'time_t'? 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^~~~~~ | time_t /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive] 129 | __attribute__((__externally_visible__)); | ^ /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:135:34: error: 'std::size_t' has not been declared 135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT | ^~~~~~ /usr/lib/gcc/i686-pc-linux-gnu/11.3.0/include/g++-v11/new:137:36: error: 'std::size_t' has not been declared 137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT | ^~~~~~