0_0_23357760_25283.cpp:1:1: error: 'e' does not name a type
e<iostream>
^
0_0_23357760_25283.cpp: In function 'int main()':
0_0_23357760_25283.cpp:6:8: error: 'cin' was not declared in this scope
while(cin>>n)
^
0_0_23357760_25283.cpp:15:3: error: 'cont' was not declared in this scope
cont<<sum<<endl;
^
0_0_23357760_25283.cpp:15:14: error: 'endl' was not declared in this scope
cont<<sum<<endl;
^
|