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