Cod sursa(job #541508)
Utilizator | Data | 25 februarie 2011 11:50:00 | |
---|---|---|---|
Problema | Light2 | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Romanian Master in Mathematics and Sciences 2011, Ziua 1 | Marime | 0.19 kb |
#include <cstdio>
#include <bitset>
//brut
using namespace std;
int main(){
freopen("light2.in","r",stdin);
freopen("light2.out","w",stdout);
printf("4\n");
return 0;
}