0_0_23366947_20825.cpp: In function 'int main()':
0_0_23366947_20825.cpp:35:7: error: no match for 'operator!' (operand type is 'node')
if(!id[a]&&!id[b]){
^
0_0_23366947_20825.cpp:35:7: note: candidate is:
0_0_23366947_20825.cpp:35:7: note: operator!(bool) <built-in>
0_0_23366947_20825.cpp:35:7: note: no known conversion for argument 1 from 'node' to 'bool'
0_0_23366947_20825.cpp:35:15: error: no match for 'operator!' (operand type is 'node')
if(!id[a]&&!id[b]){
^
0_0_23366947_20825.cpp:35:15: note: candidate is:
0_0_23366947_20825.cpp:35:15: note: operator!(bool) <built-in>
0_0_23366947_20825.cpp:35:15: note: no known conversion for argument 1 from 'node' to 'bool'
0_0_23366947_20825.cpp:39:7: error: no match for 'operator!' (operand type is 'node')
if(!id[a]){
^
0_0_23366947_20825.cpp:39:7: note: candidate is:
0_0_23366947_20825.cpp:39:7: note: operator!(bool) <built-in>
0_0_23366947_20825.cpp:39:7: note: no known conversion for argument 1 from 'node' to 'bool'
0_0_23366947_20825.cpp:41:13: error: no match for 'operator!' (operand type is 'node')
}else if(!id[b]){
^
0_0_23366947_20825.cpp:41:13: note: candidate is:
0_0_23366947_20825.cpp:41:13: note: operator!(bool) <built-in>
0_0_23366947_20825.cpp:41:13: note: no known conversion for argument 1 from 'node' to 'bool'
|