Main.cc: In function ‘int main()’:
Main.cc:7:14: error: ‘i’ was not declared in this scope
double a[i],b[i],c[i];
^
Main.cc:10:15: error: ‘a’ was not declared in this scope
cin >>a[i]>>b[i];
^
Main.cc:10:21: error: ‘b’ was not declared in this scope
cin >>a[i]>>b[i];
^
Main.cc:11:9: error: ‘c’ was not declared in this scope
c[i]=a[i]/b[i];
^
Main.cc:15:12: error: ‘c’ was not declared in this scope
if(c[1]==c[i])
^
Main.cc:20:12: error: ‘c’ was not declared in this scope
if(c[1]>c[i])
^
Main.cc:25:12: error: ‘c’ was not declared in this scope
if(c[1]