prog.cpp: In function 'int main()':
prog.cpp:6:5: error: 'cin' was not declared in this scope
cin >> n;
^
prog.cpp:18:17: error: 'cout' was not declared in this scope
cout<<"Nie"<<endl;
^
prog.cpp:18:30: error: 'endl' was not declared in this scope
cout<<"Nie"<<endl;
^
prog.cpp:27:17: error: 'cout' was not declared in this scope
cout<<"Tak"<<endl;
^
prog.cpp:27:30: error: 'endl' was not declared in this scope
cout<<"Tak"<<endl;
^
prog.cpp:32:17: error: 'cout' was not declared in this scope
cout<<"Nie"<<endl;
^
prog.cpp:32:30: error: 'endl' was not declared in this scope
cout<<"Nie"<<endl;
^