Pagini recente » Borderou de evaluare (job #987999) | Borderou de evaluare (job #1919309) | Borderou de evaluare (job #2847473) | Diferente pentru adobe-code-pandas intre reviziile 6 si 7 | Borderou de evaluare (job #3041038)
Borderou de evaluare (job #3041038)
Raport evaluator
Compilare:
main.cpp: In function 'void normalize(int)':
main.cpp:25:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | for(int i = 0;i < aux.size();i++) {
| ~~^~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:48:18: warning: iteration 2001 invokes undefined behavior [-Waggressive-loop-optimizations]
48 | dp[i][j] = 0;
| ~~~~~~~~~^~~
main.cpp:47:23: note: within this loop
47 | for(int j = 0;j <= MMAX;j++) {
| ~~^~~~~~~
main.cpp:56:18: warning: iteration 2000 invokes undefined behavior [-Waggressive-loop-optimizations]
56 | dp[i][j] = max(dp[i][j], dp[i][j - 1]);
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:55:23: note: within this loop
55 | for(int j = 1;j <= MMAX;j++) {
| ~~^~~~~~~
main.cpp:54:32: warning: array subscript 30000 is above array bounds of 'short int [2001]' [-Warray-bounds]
54 | ans = max(ans, dp[i][MMAX]);
| ~~~~~~~~~~^
main.cpp:11:7: note: while referencing 'dp'
11 | short dp[1 + NMAX][1 + NMAX];
| ^~
main.cpp:54:32: warning: array subscript 30000 is above array bounds of 'short int [2001]' [-Warray-bounds]
54 | ans = max(ans, dp[i][MMAX]);
| ~~~~~~~~~~^
main.cpp:11:7: note: while referencing 'dp'
11 | short dp[1 + NMAX][1 + NMAX];
| ^~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 3ms | 303kb | OK | 5 |
| 2 | 5ms | 303kb | OK | 5 |
| 3 | 24ms | 819kb | OK | 5 |
| 4 | 49ms | 1081kb | OK | 5 |
| 5 | 79ms | 1683kb | OK | 5 |
| 6 | 104ms | 2088kb | OK | 5 |
| 7 | 158ms | 2899kb | OK | 5 |
| 8 | 213ms | 3710kb | OK | 5 |
| 9 | 272ms | 4534kb | OK | 5 |
| 10 | 272ms | 4534kb | OK | 5 |
| 11 | 273ms | 4530kb | OK | 5 |
| 12 | 273ms | 4521kb | OK | 5 |
| 13 | 416ms | 6553kb | OK | 5 |
| 14 | 446ms | 6955kb | OK | 5 |
| 15 | 476ms | 7360kb | OK | 5 |
| 16 | 545ms | 8171kb | OK | 5 |
| 17 | 71ms | 8536kb | Killed by Signal 11 | 0 |
| 18 | 67ms | 8531kb | Killed by Signal 11 | 0 |
| 19 | 72ms | 8527kb | Killed by Signal 11 | 0 |
| 20 | 71ms | 8531kb | Killed by Signal 11 | 0 |
| Punctaj total | 80 |