Cod sursa(job #326065)
Utilizator | Data | 23 iunie 2009 17:25:25 | |
---|---|---|---|
Problema | Marbles | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
// marbles.cpp : Defines the entry point for the console application.
//
#include "stdio.h"
int a[64*100000];
int main()
{
return 0;
}