Cod sursa(job #1077274)
Utilizator | Data | 11 ianuarie 2014 10:18:27 | |
---|---|---|---|
Problema | Hashuri | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.19 kb |
#include <stdio.h>
bool my_hash[2000000001];
int n;
FILE *f,*g;
int main()
{
f=fopen("hashuri.in","r");
g=fopen("hashuri.out","w");
fscanf(f,"%d",&n);
return 0;
}