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