Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- // Zad1
- using namespace std;
- void autor ()
- {
- cout<<"Marcin Krol"<< endl;
- cout<<"3CTi"<< endl;
- cout<<"17.03.2020"<< endl;
- cout << endl;
- }void autor1 ()
- {
- cout<<"Wiktor Malisak "<< endl;
- cout<<"3CTi"<< endl;
- cout<<"17.03.2020"<< endl;
- cout << endl;
- }void autor2 ()
- {
- cout<<"Marcin Molenda"<< endl;
- cout<<"3CTi"<< endl;
- cout<<"17.03.2020"<< endl;
- cout << endl;
- }
- int main()
- {
- autor();
- autor1();
- autor2();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment