Borderou de evaluare (job #2906804)

Utilizator Tony2003Tony Tamas Tony2003 Data 27 mai 2022 15:14:15
Problema Ridicare la putere in timp logaritmic Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:19:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 19 | for(int i = 0; (1 << i) <= p; i++) | ~~~~~~~~~^~~~ main.cpp:21:16: warning: '<<' in boolean context, did you mean '<'? [-Wint-in-bool-context] 21 | if(((1 << i) && p) > 0) | ~~~^~~~~ main.cpp:21:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 21 | if(((1 << i) && p) > 0) | ^~ main.cpp:24:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 24 | a = (a * a) % m; | ^ main.cpp:13:21: warning: unused variable 'i' [-Wunused-variable] 13 | unsigned int n, i, p; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms274kbIncorect0
211ms188kbIncorect0
31ms184kbIncorect0
41ms184kbIncorect0
51ms184kbIncorect0
61ms184kbIncorect0
71ms184kbIncorect0
81ms184kbIncorect0
93ms184kbIncorect0
101ms184kbIncorect0
Punctaj total0

Ceva nu functioneaza?