0_0_26476466_11808.cpp: In function 'int main()': 0_0_26476466_11808.cpp:14:11: error: expected unqualified-id before 'int' int x,int y; ^ 0_0_26476466_11808.cpp:15:29: error: 'y' was not declared in this scope while (scanf("%d%d",&x,&y) == 2) { ^