0_0_28403313_18150.cpp:1:1: error: 'include' does not name a type
include<iostream>
^
0_0_28403313_18150.cpp: In function 'int main()':
0_0_28403313_18150.cpp:8:4: error: 'cin' was not declared in this scope
cin>>N;
^
0_0_28403313_18150.cpp:45:6: error: 'cout' was not declared in this scope
cout<<s<<endl;
^
0_0_28403313_18150.cpp:45:15: error: 'endl' was not declared in this scope
cout<<s<<endl;
^
|