0_0_39561673_26299.cpp: In function 'void smiling::calc(int)':
0_0_39561673_26299.cpp:112:25: error: 'solve' was not declared in this scope
112 | solve(y,0,(ull)c[y],1);
| ^~~~~
0_0_39561673_26299.cpp:113:25: error: 'add' was not declared in this scope; did you mean 'std::filesystem::perm_options::add'?
113 | add(y,0,(ull)c[x]*base+(ull)c[y],2);
| ^~~
| std::filesystem::perm_options::add
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/filesystem:46,
from .\stdc++.h:200:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/fs_fwd.h:211:7: note: 'std::filesystem::perm_options::add' declared here
211 | add = 0x2,
| ^~~
0_0_39561673_26299.cpp: In function 'void smiling::dfs(int)':
0_0_39561673_26299.cpp:130:25: error: 'getrt' was not declared in this scope
130 | getrt(y,0,sz[y]);
| ^~~~~
0_0_39561673_26299.cpp: In function 'int smiling::main()':
0_0_39561673_26299.cpp:171:25: error: 'getrt' was not declared in this scope
171 | getrt(1,0,n);
| ^~~~~
|