Cod sursa(job #109631)
Utilizator | Data | 25 noiembrie 2007 12:12:13 | |
---|---|---|---|
Problema | Ecuatie | Scor | 0 |
Compilator | cpp | Status | done |
Runda | preONI 2008, Runda 1, Clasele 5-8 | Marime | 0.19 kb |
#include<stdio.h>
int main()
{
long a,b,c,k;
freopen("ecuatie.in","r",stdin);
freopen("ecuatie.out","w",stdout);
scanf("%ld%ld%ld%ld",&a,&b,&c,&k);
printf("-1");
return 0;
}