Cod sursa(job #137608)
Utilizator | Data | 17 februarie 2008 12:47:50 | |
---|---|---|---|
Problema | Arbori | Scor | 0 |
Compilator | cpp | Status | done |
Runda | preONI 2008, Runda 4, Clasele 11-12 | Marime | 0.11 kb |
#include <stdio.h>
int main()
{
freopen("arbori.out", "w", stdout);
int n = 0;
printf("%d\n", n);
return 0;
}