peHaBOT

Untitled

May 19th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. //
  2. //  main.cpp
  3. //  test
  4. //
  5. //  Created by Chojnacky Karol on 19.05.2018.
  6. //  Copyright © 2018 Chojnacky Karol. All rights reserved.
  7. //
  8.  
  9. #include <iostream>
  10. #define wypisz cout
  11. #define kolejna_linia endl
  12. #define wczytaj cin
  13. using namespace std;
  14. int main(int argc, const char * argv[]) {
  15.     int lat;
  16.     wypisz << "Ile masz lat = >";
  17.     wczytaj >> lat >> kolejna_linia;
  18.     return 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment