Cod sursa(job #42844)

Utilizator peanutzAndrei Homorodean peanutz Data 29 martie 2007 16:08:43
Problema Zebughil Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.28 kb
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int n;

int main()
{
	freopen("zebughil.in", "r", stdin);
	freopen("zebughil.out", "w", stdout);

	scanf("%d\n", &n);


	//n = rand() % n;
	printf("4\n");

	fclose(stdin);
	fclose(stdout);

	return 0;
}