Cod sursa(job #51483)
Utilizator | Data | 13 aprilie 2007 19:31:24 | |
---|---|---|---|
Problema | Factorial | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.25 kb |
#include <fstream.h>
typedef unsigned long int longplus;
longplus a[100][100];
void test(n){
int i,j;
for (i=0;)
}
int main(){
ifstream f("fact.in");
f.close();
ofstream g("fact.out");
g.close();
return 0;
}