Pagini recente » Cod sursa (job #482271) | Cod sursa (job #2147427) | Cod sursa (job #2249464) | Cod sursa (job #1514559) | Cod sursa (job #1800870)
#include <stdio.h>
#define L 16
///FAC PROBLEMELE GFACT, SUME2 INFOARENA
inline int zero(int n) {
int total = 0;
while(n) {
total += n / 5;
n /= 5;
}
return total;
}
inline int caut2(int x) {
int r = 0;
int pos = 1 << L;
while(pos) {
if(r + pos <= )
}
}
FILE *fin, *fout;
int main() {
fin = fopen("fact.in", "r");
fout = fopen("fact.out", "w");
int p;
fscanf(fin, "%d", &p);
fclose(fin);
fclose(fout);
return 0;
}