0_0_36568825_25542.cpp: In function 'void dfs(__int128)':
0_0_36568825_25542.cpp:136:26: error: ambiguous overload for 'operator<<' (operand types are 'inout' and 'long long int')
}else if(x)cout<<"add "<<(ll)(11-x)<<'\n';
^
0_0_36568825_25542.cpp:136:26: note: candidates are:
0_0_36568825_25542.cpp:77:12: note: inout& inout::operator<<(int)
inout& operator <<(int a){
^
0_0_36568825_25542.cpp:84:12: note: inout& inout::operator<<(char)
inout& operator <<(char a){
^
0_0_36568825_25542.cpp:88:12: note: inout& inout::operator<<(char*) <near match>
inout& operator <<(char *a){
^
0_0_36568825_25542.cpp:88:12: note: no known conversion for argument 1 from 'long long int' to 'char*'
0_0_36568825_25542.cpp:96:12: note: inout& inout::operator<<(double)
inout& operator <<(double a){
^
0_0_36568825_25542.cpp:140:16: error: ambiguous overload for 'operator<<' (operand types are 'inout' and 'long long int')
cout<<"sub "<<(ll)(10-(16-x%16))<<'\n';
^
0_0_36568825_25542.cpp:140:16: note: candidates are:
0_0_36568825_25542.cpp:77:12: note: inout& inout::operator<<(int)
inout& operator <<(int a){
^
0_0_36568825_25542.cpp:84:12: note: inout& inout::operator<<(char)
inout& operator <<(char a){
^
0_0_36568825_25542.cpp:88:12: note: inout& inout::operator<<(char*) <near match>
inout& operator <<(char *a){
^
0_0_36568825_25542.cpp:88:12: note: no known conversion for argument 1 from 'long long int' to 'char*'
0_0_36568825_25542.cpp:96:12: note: inout& inout::operator<<(double)
inout& operator <<(double a){
^
0_0_36568825_25542.cpp:147:17: error: ambiguous overload for 'operator<<' (operand types are 'inout' and 'long long int')
cout<<"add "<<(ll)(10-x%16)<<'\n';
^
0_0_36568825_25542.cpp:147:17: note: candidates are:
0_0_36568825_25542.cpp:77:12: note: inout& inout::operator<<(int)
inout& operator <<(int a){
^
0_0_36568825_25542.cpp:84:12: note: inout& inout::operator<<(char)
inout& operator <<(char a){
^
0_0_36568825_25542.cpp:88:12: note: inout& inout::operator<<(char*) <near match>
inout& operator <<(char *a){
^
0_0_36568825_25542.cpp:88:12: note: no known conversion for argument 1 from 'long long int' to 'char*'
0_0_36568825_25542.cpp:96:12: note: inout& inout::operator<<(double)
inout& operator <<(double a){
^
0_0_36568825_25542.cpp:153:17: error: ambiguous overload for 'operator<<' (operand types are 'inout' and 'long long int')
cout<<"add "<<(ll)(10-(16-x%16))<<'\n';
^
0_0_36568825_25542.cpp:153:17: note: candidates are:
0_0_36568825_25542.cpp:77:12: note: inout& inout::operator<<(int)
inout& operator <<(int a){
^
0_0_36568825_25542.cpp:84:12: note: inout& inout::operator<<(char)
inout& operator <<(char a){
^
0_0_36568825_25542.cpp:88:12: note: inout& inout::operator<<(char*) <near match>
inout& operator <<(char *a){
^
0_0_36568825_25542.cpp:88:12: note: no known conversion for argument 1 from 'long long int' to 'char*'
0_0_36568825_25542.cpp:96:12: note: inout& inout::operator<<(double)
inout& operator <<(double a){
^
0_0_36568825_25542.cpp: In function 'void solve()':
0_0_36568825_25542.cpp:163:19: error: ambiguous overload for 'operator<<' (operand types are 'inout' and '__int128')
cout<<"dup\nadd"<<i<<'\n';
^
0_0_36568825_25542.cpp:163:19: note: candidates are:
0_0_36568825_25542.cpp:77:12: note: inout& inout::operator<<(int)
inout& operator <<(int a){
^
0_0_36568825_25542.cpp:84:12: note: inout& inout::operator<<(char)
inout& operator <<(char a){
^
0_0_36568825_25542.cpp:88:12: note: inout& inout::operator<<(char*) <near match>
inout& operator <<(char *a){
^
0_0_36568825_25542.cpp:88:12: note: no known conversion for argument 1 from '__int128' to 'char*'
0_0_36568825_25542.cpp:96:12: note: inout& inout::operator<<(double)
inout& operator <<(double a){
^
|