0_0_16757381_31219.cpp:15:13: error: missing terminating " character
scanf%+1)%d %d", x+i, y+i);
^
0_0_16757381_31219.cpp: In function 'int main()':
0_0_16757381_31219.cpp:15:20: error: invalid operands of types 'int(const char*, ...)' and 'int' to binary 'operator%'
scanf%+1)%d %d", x+i, y+i);
^
|