Borderou de evaluare (job #3180282)

Utilizator razviOKPopan Razvan Calin razviOK Data 4 decembrie 2023 22:15:56
Problema Arbori de intervale Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'unsigned int Query(unsigned int*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)': main.cpp:28:15: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 28 | if(a<=mid && mid<b) | ~^~~~~ main.cpp:28:27: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 28 | if(a<=mid && mid<b) | ~~~^~ main.cpp:30:15: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 30 | if(a<=mid) | ~^~~~~ main.cpp:33:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 33 | if(mid<b) | ~~~^~ main.cpp: In function 'void Update(unsigned int*, unsigned int*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)': main.cpp:47:13: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 47 | if(a<=mid) Update(segarr,arr,low,mid,a,b,(currnode<<1)+1); | ~^~~~~ main.cpp:48:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 48 | else if(mid<a) Update(segarr,arr,mid+1,high,a,b,(currnode<<1)+2); | ~~~^~ main.cpp: In function 'unsigned int Query(unsigned int*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)': main.cpp:36:1: warning: control reaches end of non-void function [-Wreturn-type] 36 | } | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
13ms401kbKilled by Signal 1100
25ms413kbKilled by Signal 1100
36ms450kbKilled by Signal 1100
43ms458kbKilled by Signal 1100
510ms770kbKilled by Signal 1100
610ms1167kbKilled by Signal 1100
710ms1368kbKilled by Signal 110
811ms1085kbKilled by Signal 110
910ms1257kbKilled by Signal 110
1015ms1368kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?