Borderou de evaluare (job #1876944)

Utilizator Firealex2Rotileanu Alexandru Firealex2 Data 12 februarie 2017 19:24:47
Problema Edist Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.cpp: In function ‘void solve()’: user.cpp:11:19: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses] #define min(a,b) a<b?a:b ^ user.cpp:41:17: note: in expansion of macro ‘min’ sol[i][j] = min( sol[i - 1][j] + 1, min(sol[i][j - 1] + 1, sol[i - 1][j - 1] + (a[i - 1] == b[j - 1] ? 0 : 1)) ); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms476kbIncorect0
20ms468kbIncorect0
30ms460kbIncorect0
40ms992kbIncorect0
54ms3592kbIncorect0
616ms10716kbIncorect0
728ms14604kbIncorect0
856msDepăşitMemory limit exceeded.0
956msDepăşitMemory limit exceeded.0
1056msDepăşitMemory limit exceeded.0
Punctaj total0

Ceva nu functioneaza?