Main.cc: In function 'int main()':
Main.cc:7:15: error: 'i' was not declared in this scope
for(int b=1;i<=n;b++){
^
Main.cc:10:14: error: lvalue required as left operand of assignment
if(a*a*a=b*b*b+c*c*c+d*d*d){
^