0_0_39570552_10808.cpp: In function 'void smiling::calc(int)':
0_0_39570552_10808.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,
| ^~~
|