MeehoweCK

Untitled

Oct 7th, 2020
1,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4.  
  5. using namespace std;
  6.  
  7. void wypelnij_tablice(int* tablica, int rozmiar, int minimum, int maximum)
  8. {
  9.    
  10. }
  11.  
  12. int main ()
  13. {
  14.    
  15.  
  16.     return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment