0_0_21003128_17675.cpp:47:22: error: stray '#' in program
scanf("%d%d", &n, ÷);
^
0_0_21003128_17675.cpp: In function 'int main()':
0_0_21003128_17675.cpp:47:23: error: lvalue required as unary '&' operand
scanf("%d%d", &n, ÷);
^
0_0_21003128_17675.cpp:47:27: error: expected primary-expression before ')' token
scanf("%d%d", &n, ÷);
^
|