Advertisement
Guest User

210 bytes

a guest
Oct 21st, 2017
370
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<random>
  3. #include<ctime>
  4. #define L(a)for(int i=0;i<a;++i)std::cout<<f[rand()%16];
  5. #define P(a)printf("-");L(a)
  6. auto f="0123456789abcdef";void t(){srand(time(0));L(8)P(4)P(4)P(4)P(12)}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement