Borderou de evaluare (job #2906805)

Utilizator Tony2003Tony Tamas Tony2003 Data 27 mai 2022 15:17:48
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:21:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 21 | for(int i = 0; (1 << i) <= p; i++) | ~~~~~~~~~^~~~ main.cpp:23:16: warning: '<<' in boolean context, did you mean '<'? [-Wint-in-bool-context] 23 | if(((1 << i) && p) > 0) | ~~~^~~~~ main.cpp:23:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 23 | if(((1 << i) && p) > 0) | ^~ main.cpp:26:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 26 | a = (a * a) % m; | ^ main.cpp:15:21: warning: unused variable 'i' [-Wunused-variable] 15 | unsigned int n, i, p; | ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
11ms184kbIncorect0
21ms184kbIncorect0
31ms184kbIncorect0
41ms184kbIncorect0
51ms184kbIncorect0
61ms184kbIncorect0
71ms184kbIncorect0
81ms184kbIncorect0
91ms184kbIncorect0
101ms184kbIncorect0
Punctaj total0

Ceva nu functioneaza?