Borderou de evaluare (job #2025310)

Utilizator cella.florescuCella Florescu cella.florescu Data 22 septembrie 2017 15:39:27
Problema Nunta Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 10

Raport evaluator

Compilare: user.cpp: In function ‘int main()’: user.cpp:2:398: 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 = 209; 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] || 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
10ms256kbOK10
20msDepăşitMemory limit exceeded.0
30msDepăşitMemory limit exceeded.0
40msDepăşitMemory limit exceeded.0
50msDepăşitMemory limit exceeded.0
60ms256kbIncorect0
70ms256kbIncorect0
80msDepăşitMemory limit exceeded.0
90ms256kbIncorect0
100msDepăşitMemory limit exceeded.0
Punctaj total10

Ceva nu functioneaza?