# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1272778 | gazizmadi11 | Combo (IOI18_combo) | C++20 | Compilation error | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "combo.cpp"
// #define pb push_back
// #define pf push_front
// #define F first
// #define S second
// #define all(v) v.begin(),v.end()
// #define pii pair<int,int>
// #define tm (tl+tr)/2
// #define TL v+v, tl, tm
// #define TR v+v+1, tm+1, tr
// #define DA l <= tl && tr <= r
// #define NE r < tl || tr < l
// #define double long double
// #define int long long
using namespace std;
//
// const int N=2e5+7;
// const int mod=998244353;
// const int inf=2e9;
string guess_sequence(int N){
string s="";
for(int i=1; i <= 3; i++){
for(int j=1; j <= 4; j++){
if(j==1)s+="A";
else if(j==2)s+="B";
else if(j==3)s+="X";
else if(j==4)s+="Y";
int x=press(s);
if(x==i)break;
s.erase(s.rbegin());
}
}
return s;
}
// void solve(){
// }
// signed main(){
// ios_base::sync_with_stdio(0);
// cin.tie(0);
// int t=1;
// cin >> t;
// while(t--)solve();
// return 0;
// }
Compilation message (stderr)
In file included from /usr/include/c++/13/cassert:44, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:33, from combo.cpp:1, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2, from combo.cpp:2: /usr/include/assert.h:35:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 35 | #include <features.h> | ^ In file included from /usr/include/c++/13/cassert:44, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106: /usr/include/assert.h:35:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 35 | #include <features.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:33, from combo.cpp:1, from combo.cpp:2: /usr/include/c++/13/cassert:43:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 43 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cassert:44:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 44 | #include <assert.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:35: /usr/include/c++/13/cctype:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cctype:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <ctype.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:36: /usr/include/c++/13/cfloat:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cfloat:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <float.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:38: /usr/include/c++/13/climits:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/climits:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <limits.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:39: /usr/include/c++/13/csetjmp:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/csetjmp:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <setjmp.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:40: /usr/include/c++/13/cstdarg:42:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cstdarg:43:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 43 | #include <stdarg.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:42: /usr/include/c++/13/cstdlib:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106: /usr/include/c++/13/cassert:43:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 43 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cassert:44:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 44 | #include <assert.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:108: /usr/include/c++/13/cctype:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cctype:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <ctype.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:109: /usr/include/c++/13/cerrno:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cerrno:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <errno.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:110: /usr/include/c++/13/cfloat:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cfloat:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <float.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:112: /usr/include/c++/13/climits:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/climits:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <limits.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:113: /usr/include/c++/13/clocale:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/clocale:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <locale.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:114: /usr/include/c++/13/cmath:41:34: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/requires_hosted.h> | ^ /usr/include/c++/13/cmath:43:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 43 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cmath:44:34: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 44 | #include <bits/cpp_type_traits.h> | ^ /usr/include/c++/13/cmath:45:29: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 45 | #include <ext/type_traits.h> | ^ /usr/include/c++/13/cmath:47:23: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 47 | #include_next <math.h> | ^ /usr/include/c++/13/cmath:49:26: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 49 | #include <bits/std_abs.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:115: /usr/include/c++/13/csetjmp:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/csetjmp:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <setjmp.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:116: /usr/include/c++/13/csignal:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/csignal:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <signal.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:117: /usr/include/c++/13/cstdarg:42:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cstdarg:43:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 43 | #include <stdarg.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:119: /usr/include/c++/13/cstdio:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cstdio:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <stdio.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:120: /usr/include/c++/13/cstdlib:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:121: /usr/include/c++/13/cstring:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cstring:42:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <string.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:122: /usr/include/c++/13/ctime:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/ctime:42:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <time.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:123: /usr/include/c++/13/cwchar:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cwchar:44:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 44 | #include <wchar.h> | ^ In file included from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:124: /usr/include/c++/13/cwctype:41:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <bits/c++config.h> | ^ /usr/include/c++/13/cwctype:50:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 50 | #include <wctype.h> | ^ In file included from combo.cpp:1, from combo.cpp:2: /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:33:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 33 | #include <cassert> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:35:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 35 | #include <cctype> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:36:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 36 | #include <cfloat> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:37:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 37 | #include <ciso646> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:38:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 38 | #include <climits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:39:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 39 | #include <csetjmp> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:40:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 40 | #include <cstdarg> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:41:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 41 | #include <cstddef> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:42:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 42 | #include <cstdlib> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:45:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 45 | #include <cstdint> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:51:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 51 | #include <algorithm> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:52:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 52 | #include <bitset> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:53:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 53 | #include <functional> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:54:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 54 | #include <iterator> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:55:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 55 | #include <limits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:56:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 56 | #include <memory> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:57:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 57 | #include <new> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:58:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 58 | #include <numeric> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:59:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 59 | #include <typeinfo> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:60:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 60 | #include <utility> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:63:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 63 | #include <array> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:64:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 64 | #include <atomic> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:65:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 65 | #include <initializer_list> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:66:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 66 | #include <ratio> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:67:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 67 | #include <scoped_allocator> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:68:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 68 | #include <tuple> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:69:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 69 | #include <typeindex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:70:23: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 70 | #include <type_traits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:77:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 77 | #include <any> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:79:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 79 | #include <optional> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:80:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 80 | #include <variant> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:81:23: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 81 | #include <string_view> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:85:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 85 | #include <bit> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:86:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 86 | #include <compare> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:87:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 87 | #include <concepts> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:88:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 88 | #include <numbers> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:89:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 89 | #include <ranges> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:90:16: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 90 | #include <span> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:91:27: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 91 | #include <source_location> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:92:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 92 | #include <version> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 106 | #include <cassert> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:108:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 108 | #include <cctype> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:109:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 109 | #include <cerrno> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:110:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 110 | #include <cfloat> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:111:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 111 | #include <ciso646> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:112:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 112 | #include <climits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:113:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 113 | #include <clocale> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:114:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 114 | #include <cmath> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:115:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 115 | #include <csetjmp> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:116:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 116 | #include <csignal> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:117:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 117 | #include <cstdarg> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:118:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 118 | #include <cstddef> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:119:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 119 | #include <cstdio> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:120:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 120 | #include <cstdlib> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:121:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 121 | #include <cstring> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:122:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 122 | #include <ctime> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:123:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 123 | #include <cwchar> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:124:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 124 | #include <cwctype> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:127:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 127 | #include <ccomplex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:128:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 128 | #include <cfenv> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:129:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 129 | #include <cinttypes> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:130:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 130 | #include <cstdalign> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:131:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 131 | #include <cstdbool> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:132:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 132 | #include <cstdint> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:133:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 133 | #include <ctgmath> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:134:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 134 | #include <cuchar> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:138:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 138 | #include <complex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:139:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 139 | #include <deque> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:140:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 140 | #include <exception> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:141:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 141 | #include <fstream> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:142:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 142 | #include <functional> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:143:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 143 | #include <iomanip> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:144:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 144 | #include <ios> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:145:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 145 | #include <iosfwd> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:146:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 146 | #include <iostream> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:147:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 147 | #include <istream> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:148:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 148 | #include <iterator> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:149:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 149 | #include <limits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:150:16: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 150 | #include <list> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:151:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 151 | #include <locale> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:152:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 152 | #include <map> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:153:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 153 | #include <memory> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:154:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 154 | #include <new> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:155:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 155 | #include <numeric> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:156:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 156 | #include <ostream> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:157:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 157 | #include <queue> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:158:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 158 | #include <set> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:159:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 159 | #include <sstream> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:160:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 160 | #include <stack> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:161:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 161 | #include <stdexcept> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:162:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 162 | #include <streambuf> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:163:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 163 | #include <string> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:164:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 164 | #include <typeinfo> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:165:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 165 | #include <utility> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:166:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 166 | #include <valarray> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:167:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 167 | #include <vector> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:170:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 170 | #include <array> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:171:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 171 | #include <atomic> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:172:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 172 | #include <chrono> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:173:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 173 | #include <codecvt> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:174:30: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 174 | #include <condition_variable> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:175:24: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 175 | #include <forward_list> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:176:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 176 | #include <future> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:177:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 177 | #include <initializer_list> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:178:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 178 | #include <mutex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:179:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 179 | #include <random> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:180:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 180 | #include <ratio> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:181:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 181 | #include <regex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:182:28: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 182 | #include <scoped_allocator> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:183:24: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 183 | #include <system_error> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:184:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 184 | #include <thread> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:185:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 185 | #include <tuple> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:186:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 186 | #include <typeindex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:187:23: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 187 | #include <type_traits> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:188:25: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 188 | #include <unordered_map> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:189:25: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 189 | #include <unordered_set> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:193:24: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 193 | #include <shared_mutex> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:197:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 197 | #include <any> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:198:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 198 | #include <charconv> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:200:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 200 | #include <filesystem> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:201:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 201 | #include <optional> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:202:27: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 202 | #include <memory_resource> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:203:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 203 | #include <variant> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:207:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 207 | #include <barrier> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:208:15: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 208 | #include <bit> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:209:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 209 | #include <compare> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:210:20: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 210 | #include <concepts> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:211:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 211 | #include <format> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:212:17: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 212 | #include <latch> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:213:19: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 213 | #include <numbers> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:214:18: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 214 | #include <ranges> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:215:16: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 215 | #include <span> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:216:22: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 216 | #include <stop_token> | ^ /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:217:21: error: #include nested depth 200 exceeds maximum of 200 (use -fmax-include-depth=DEPTH to increase the maximum) 217 | #include <semaphore>