Cod sursa(job #1571326)
Utilizator | Data | 17 ianuarie 2016 21:07:10 | |
---|---|---|---|
Problema | Hashuri | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.23 kb |
#include <fstream>
#include <unordered_set>
using namespace std;
int main()
{
#ifdef LOCAL
freopen("input", "r", stdin);
#else
ifstream cin("hashuri.in");
ofstream cout("hashuri.out");
#endif // LOCAL
return 0;
}