Main.cc: In function 'int main()':Main.cc:7:51: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<' 7 | cout << (input_num == 3) ? 1 : (input_num + 1) << endl; | ~~~~~~~~~~~~~~~~^~~~~~~