Advertisement
naskedvi

S1 - zad.8

Mar 2nd, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. int a, b, c, d, e, f;
  6. std:: cout << "Unesite 6 brojeva: ";
  7. std:: cin >> a >> b >> c >> d >> e >> f;
  8.  
  9. // gluupo ispitivanje
  10.  
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement