Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2146484)
Utilizator | Data | 27 februarie 2018 23:53:52 | |
---|---|---|---|
Problema | Radix Sort | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 100 |
Raport evaluator
Compilare:
user.cpp: In function ‘void CountingSort1()’:
user.cpp:18:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
for(u32 i = 0x0; i != 0x7FF; index[++i] = index[~-i] + frequence[~-i]);
^
user.cpp:18:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
user.cpp: In function ‘void CountingSort2()’:
user.cpp:29:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
for(u32 i = 0x0; i != 0x7FF; index[++i] = index[~-i] + frequence[~-i]);
^
user.cpp:29:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
user.cpp: In function ‘void CountingSort3()’:
user.cpp:40:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
for(u32 i = 0x0; i != 0x7FF; index[++i] = index[~-i] + frequence[~-i]);
^
user.cpp:40:73: warning: operation on ‘i’ may be undefined [-Wsequence-point]
user.cpp: In function ‘i32 main()’:
user.cpp:70:61: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * 0x3D + 0x9) % 0x367C2DC9;
^
user.cpp:77:61: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * 0xF + 0x3C) % 0x7CE67EF6;
^
user.cpp:84:62: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * 0x2E + 0x22) % 0x6F6E4E7B;
^
user.cpp:91:59: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * 0x53 + 0x2E) % 0xF4240;
^
user.cpp:98:58: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * 0x1E + 0xE) % 0x65759;
^
user.cpp:105:47: warning: operation on ‘i’ may be undefined [-Wsequence-point]
v[--i] = (u64(v[-~i]) * A + B) % C;
^
user.cpp: At global scope:
user.cpp:47:37: warning: always_inline function might not be inlinable [-Wattributes]
__attribute__((always_inline)) void write(u32 x)
^
Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
---|---|---|---|---|---|
1 | 0ms | 5600kb | OK | 10 | 30 |
2 | 8ms | 5604kb | OK | 10 | |
3 | 72ms | 13788kb | OK | 10 | |
4 | 76ms | 13792kb | OK | 10 | 40 |
5 | 660ms | 87964kb | OK | 10 | |
6 | 660ms | 87968kb | OK | 10 | |
7 | 96ms | 13788kb | OK | 10 | |
8 | 776ms | 90012kb | OK | 10 | 30 |
9 | 760ms | 90016kb | OK | 10 | |
10 | 796ms | 90020kb | OK | 10 | |
Punctaj total | 100 |
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !