Cod sursa(job #109868)

Utilizator lameboyAndrei Georgescu lameboy Data 25 noiembrie 2007 12:51:39
Problema Ecuatie Scor 0
Compilator cpp Status done
Runda preONI 2008, Runda 1, Clasa a 9-a Marime 0.17 kb
#include<stdio.h>
long p1,q1,p2,q2;
int main()
{
freopen("ecuatie.in","r",stdin);
freopen("ecuatie.out","w",stdout);
scanf("%ld %ld %ld %ld",&p1,&q1,&p2,&q2);
return 0;
}