Cod sursa(job #507650)

Utilizator Alexa_ioana_14Antoche Ioana Alexandra Alexa_ioana_14 Data 6 decembrie 2010 15:48:08
Problema Oras Scor 5
Compilator cpp Status done
Runda selectie-vianu-2011 Marime 0.21 kb
#include<cstdio>
#include<algorithm>
#include<bitset>
using namespace std;
int N;
int main()
{
	freopen("oras.in","r",stdin);
	freopen("oras.out","w",stdout);
	scanf("%d",&N);
	printf("-1");
	return 0;
}