Cod sursa(job #6870)
Utilizator | Data | 21 ianuarie 2007 09:57:28 | |
---|---|---|---|
Problema | Diviz | Scor | 0 |
Compilator | cpp | Status | done |
Runda | preONI 2007, Runda 1, Clasele 11-12 | Marime | 0.22 kb |
#include <stdio.h>
int main()
{
int n,t,p;
char s[257];
long x;
freopen("diviz.in","r", stdin);
freopen("diviz.out", "w", stdout);
scanf("%d %d %d", &n, &t, &x);
scanf("%s", &s);
printf("1");
return 0;
}