Cod sursa(job #283381)

Utilizator firewizardLucian Dobre firewizard Data 19 martie 2009 08:44:59
Problema Party Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.23 kb
#include <stdio.h>
int x,n,m,i;
int main()
{
    freopen ("party.in","r",stdin);
    freopen ("party.out","w",stdout);
    scanf("%d %d",&n,&m);
    for (i=1;i<=3*m;++i)scanf("%d",&x);
    printf ("2\n1\n3\n");
    return 0;
}