Problem | f7 |
---|---|
User | hihihi |
Submission Time | 2022-12-26 12:02:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
f7.cpp:1:1: error: ‘include’ does not name a type
1 | include <cstdio>
| ^~~~~~~
In file included from /usr/include/c++/9/bits/move.h:55,
from /usr/include/c++/9/bits/stl_pair.h:59,
from /usr/include/c++/9/utility:70,
from /usr/include/c++/9/algorithm:60,
from f7.cpp:2:
/usr/include/c++/9/type_traits:361:26: error: ‘std::size_t’ has not been declared
361 | template<typename _Tp, std::size_t _Size>
| ^~~
/usr/include/c++/9/type_traits:362:25: error: ‘_Size’ was not declared in this scope
362 | struct is_array<_Tp[_Size]>
| ^~~~~
/usr/include/c++/9/type_traits:362:31: error: template argument 1 is invalid
362 | struct is_array<_Tp[_Size]>
| ^
/usr/include/c++/9/type_traits:560:42: error: ‘nullptr_t’ is not a member of ‘std’