0_0_30211742_21064.cpp: In function 'int main()':
0_0_30211742_21064.cpp:13:9: error: 'cin' was not declared in this scope
cin>>n;
^
0_0_30211742_21064.cpp:36:46: error: 'cout' was not declared in this scope
cout<<count<<endl;
^
0_0_30211742_21064.cpp:36:59: error: 'endl' was not declared in this scope
cout<<count<<endl;
^
|