Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // main.cpp
- // test
- //
- // Created by Chojnacky Karol on 19.05.2018.
- // Copyright © 2018 Chojnacky Karol. All rights reserved.
- //
- #include <iostream>
- #define wypisz cout
- #define kolejna_linia endl
- #define wczytaj cin
- using namespace std;
- int main(int argc, const char * argv[]) {
- int lat;
- wypisz << "Ile masz lat = >";
- wczytaj >> lat >> kolejna_linia;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment