Cod sursa(job #519169)
Utilizator | Data | 4 ianuarie 2011 12:25:04 | |
---|---|---|---|
Problema | Algola | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
int main()
{
freopen("algola.out","w",stdout);
srand(time(0));
printf("%d\n",rand()%1000);
return 0;
}