Advertisement
Guest User

tumulcowo motzo

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