Rand
From questden
Jump to navigationJump to search
Author of Tory's tower
#include <cstdlib> #include <iostream> using namespace std; int main(){ int Rand=rand(); cout<<Rand<<endl; }
Author of Tory's tower
#include <cstdlib> #include <iostream> using namespace std; int main(){ int Rand=rand(); cout<<Rand<<endl; }