0_0_36967056_6026.cpp: In function 'int main()':
0_0_36967056_6026.cpp:9:3: error: 'temp' was not declared in this scope
n=temp;
^
0_0_36967056_6026.cpp:14:2: error: 'eise' was not declared in this scope
}eise{y+=i*i*i;}
^
0_0_36967056_6026.cpp: At global scope:
0_0_36967056_6026.cpp:17:1: error: expected unqualified-id before 'return'
return 0;
^
0_0_36967056_6026.cpp:18:1: error: expected declaration before '}' token
}
^
|