0_0_18156658_10499.cpp:1:2: error: invalid preprocessing directive #inclide
#inclide<iostream>
^
0_0_18156658_10499.cpp: In function 'int main()':
0_0_18156658_10499.cpp:6:11: error: 'cin' was not declared in this scope
while(cin>>n)
^
0_0_18156658_10499.cpp:11:9: error: 'cout' was not declared in this scope
cout<<s<<endl;
^
0_0_18156658_10499.cpp:11:18: error: 'endl' was not declared in this scope
cout<<s<<endl;
^
|