Main.cc: In function 'int main()': Main.cc:4:21: error: invalid operands of types 'int*' and 'int' to binary 'operator&' scanf("%d%d",&a&b); ^ Main.cc:5:29: error: expression cannot be used as a function printf("%d %d",(a/b)(a%b)); ^