fojtasd

Untitled

Oct 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout << "Zadejte pocet schodu:" << endl;
  8. cin >> a;
  9. if (!cin.fail()) {
  10. cout <<
  11. } else cout << "Nespravny vstup."
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment