Borderou de evaluare (job #2025318)

Utilizator cella.florescuCella Florescu cella.florescu Data 22 septembrie 2017 16:00:51
Problema Nunta Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 20

Raport evaluator

Compilare: user.cpp: In function ‘int main()’: user.cpp:2:417: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] using namespace std; const int BASE = 10;const int DIG = 213; struct Huge {unsigned char v[DIG];Huge () {for (int i = 0; i < DIG; ++i)v[i] = 0;}Huge operator + (const Huge &other) const {Huge aux;int i, t = 0;for (i = 1; i <= v[0] || i <= other.v[0] || t; ++i, t /= BASE)aux.v[i] = (t += v[i] + other.v[i]) % BASE;aux.v[0] = i - 1;return aux;}} a, b, c; int main(){int n, ind;fscanf(fopen("nunta.in", "r"), "%d", &n);a.v[0] = a.v[1] = ind = 1;b = c = a;for (int i = 1; i < n; ++i) {c = a + b;a = b; b = c;}FILE *fout = fopen("nunta.out", "w");for (int i = c.v[0]; i > 0; --i)fprintf(fout, "%d", c.v[i]);return 0;} ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10msDepăşitMemory limit exceeded.0
20msDepăşitMemory limit exceeded.0
30msDepăşitMemory limit exceeded.0
40msDepăşitMemory limit exceeded.0
50msDepăşitMemory limit exceeded.0
60msDepăşitMemory limit exceeded.0
70ms256kbOK10
80ms256kbOK10
90msDepăşitMemory limit exceeded.0
100msDepăşitMemory limit exceeded.0
Punctaj total20

Ceva nu functioneaza?