Cod sursa(job #137675)
Utilizator | Data | 17 februarie 2008 12:55:11 | |
---|---|---|---|
Problema | Arbori | Scor | 0 |
Compilator | cpp | Status | done |
Runda | preONI 2008, Runda 4, Clasele 11-12 | Marime | 0.19 kb |
#include <cstdio>
int main()
{
int n, m,k;
freopen("arbori.in","r",stdin);
freopen("arbori.out","w",stdout);
scanf("%d %d %d\n", &n, &m, &k);
printf("1\n");
return 0;
}