0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:9: error: 'bits' was not declared in this scope
1 | include<bits/stdc++.h>
| ^~~~
0_0_39452350_31003.cpp:1:14: error: 'stdc' was not declared in this scope; did you mean 'std'?
1 | include<bits/stdc++.h>
| ^~~~
| std
0_0_39452350_31003.cpp:1:1: error: 'include' does not name a type
1 | include<bits/stdc++.h>
| ^~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/unordered_map:40,
from 0_0_39452350_31003.cpp:2:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:51:15: error: 'size_t' does not name a type
51 | typedef size_t size_type;
| ^~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:1:1: note: 'size_t' is defined in header '<cstddef>'; did you forget to '#include <cstddef>'?
+++ |+#include <cstddef>
1 | // std::initializer_list support -*- C++ -*-
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:57:7: error: 'size_type' does not name a type
57 | size_type _M_len;
| ^~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:60:54: error: 'size_type' has not been declared
60 | constexpr initializer_list(const_iterator __a, size_type __l)
| ^~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:68:17: error: 'size_type' does not name a type
68 | constexpr size_type
| ^~~~~~~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/initializer_list:45:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
45 | class initializer_list
| ^~~~~~~~~~~~~~~~
compilation terminated.
|