Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. void iloczyn_kartezjanski (int n1, int n2, tab[n1], tab[n2])
  4. {
  5.  
  6. }
  7.  
  8. using namespace std;
  9.  
  10. int main()
  11. {
  12. int n1;
  13. cin>> n1;
  14. int tab[n1];
  15. cin>> tab[n1];
  16.  
  17. int n2;
  18. cin>> n2;
  19. int tab[n2];
  20. cin>> tab[n2];
  21.  
  22. cout<< "iloczyn_kartezjanski";
  23.  
  24. return 0;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement