#include using namespace std; int main() { int a; cout << "Podaj liczbe"; cin >> a; return 0; }