Cod sursa(job #541428)
Utilizator | Data | 25 februarie 2011 11:03:45 | |
---|---|---|---|
Problema | Light2 | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Romanian Master in Mathematics and Sciences 2011, Ziua 1 | Marime | 0.18 kb |
#include <iostream>
#include <fstream>
#include <bitset>
using namespace std;
bitset<1000000000000LL> a;
int main()
{
ifstream f("light2.in");
ofstream g("light2.out");
}