Rand

From questden
Revision as of 17:40, 17 July 2010 by Rand (talk | contribs)

Author of Tory's tower

#include <cstdlib>
#include <iostream>
   using namespace std;
     
int main(){
 int Rand=rand();
 cout<<Rand<<endl;
}