Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <iostream>
  2. #include <time.h>
  3. #include <cstdlib>
  4. using namespace std;
  5.  
  6. int ile;
  7. clock_t start, stop;
  8. double czas;
  9.  
  10. int main()
  11. {
  12. cout << "Ile liczb w tablicy: ";
  13. cin>>ile;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement