0_0_16618361_18016.cpp: In function 'int main()':
0_0_16618361_18016.cpp:6:9: error: expected initializer before '.' token
int x,y.n,c;
^
0_0_16618361_18016.cpp:9:26: error: 'y' was not declared in this scope
while((scanf("%d%d",&x,&y)!=EOF)&&(x!=0||y!=0))
^
0_0_16618361_18016.cpp:13:5: error: 'a' was not declared in this scope
a=n*n+n+41;
^
|