0_0_15876112_9765.cpp:25:35: error: stray '\241' in program
cout<<ĦħĦħ<<c[i];
^
0_0_15876112_9765.cpp:25:35: error: stray '\261' in program
0_0_15876112_9765.cpp:25:35: error: stray '\241' in program
0_0_15876112_9765.cpp:25:35: error: stray '\261' in program
0_0_15876112_9765.cpp: In function 'int main()':
0_0_15876112_9765.cpp:8:19: error: break statement not within loop or switch
if(n==0) break; else{
^
0_0_15876112_9765.cpp:11:14: error: 'c' was not declared in this scope
c[i]=m;
^
0_0_15876112_9765.cpp:18:29: error: 'c' was not declared in this scope
temp=c[0];
^
0_0_15876112_9765.cpp:25:45: error: expected primary-expression before '<<' token
cout<<ĦħĦħ<<c[i];
^
0_0_15876112_9765.cpp: At global scope:
0_0_15876112_9765.cpp:26:36: error: expected declaration before '}' token
cout<<endl;}}
^
|