Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include<cstdio> #include<ctime> #include<cstdlib> int main() { int x; x=rand(); printf("%d",x); system("pause"); }

You might also like