Cod sursa(job #331675)
Utilizator | Data | 14 iulie 2009 22:45:22 | |
---|---|---|---|
Problema | Cifre | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <stdio.h>
int v[1000000000];
int main()
{int a,b,k,c;
freopen("cifra.in","r",stdin);
freopen("cifra.out","w",stdout);
scanf ("%d %d %d %d",&a,&b,&c,&k);
printf("%d ",v[10000000000]);
return 0;}