Cod sursa(job #109607)
Utilizator | Data | 25 noiembrie 2007 12:03:58 | |
---|---|---|---|
Problema | Ecuatie | Scor | 0 |
Compilator | cpp | Status | done |
Runda | preONI 2008, Runda 1, Clasa a 9-a | Marime | 0.18 kb |
#include<stdio.h>
int main ( )
{
freopen ( "ecuatie.in" , "r" , stdin ) ;
freopen ( "ecuatie.out" , "w" , stdout ) ;
printf ( "-1" ) ;
return 0 ;
}