Advertisement
Guest User

"zrob jak chcesz"

a guest
Nov 27th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. #include <iostream>
  2. #include <cstdlib>
  3. #include <ctime>
  4. #include <math.h>
  5.  
  6. using namespace std;
  7.  
  8.     int main(){
  9.     for(int i = 0;i<10;i++){
  10.         cout<<"Liczba "<<i<<" "<<pow(3,((rand()%12)+1))<<endl;
  11.     }
  12.     //jebac leszczy z dwulinijkowym kodem sie nie piescic
  13.     return 0;
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement