0_0_28192037_6300.cpp: In function 'void get()':
0_0_28192037_6300.cpp:97:17: error: expected ',' or ';' before 'x'
int cnt = 0 x=0,y;
^
0_0_28192037_6300.cpp:98:11: error: 'x' was not declared in this scope
for(; x!=2;)
^
0_0_28192037_6300.cpp:100:17: error: 'y' was not declared in this scope
x = 2 , y = 10007;
^
|