Borderou de evaluare (job #2979719)

Utilizator Tataru_MirunaTataru Miruna-Alexia Tataru_Miruna Data 15 februarie 2023 19:42:44
Problema Ciurul lui Eratosthenes Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 30

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:15:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 15 | for(int i = 4 ; i <= n; i=i+2) | ~~^~~~ main.cpp:20:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 20 | for(int i = 3; i <= n; i=i + 2) | ~~^~~~ main.cpp:23:34: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 23 | for(int j = i * i; j <= n; j = j + 2 * i) | ~~^~~~ main.cpp:27:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 27 | for(int i = 2; i <= n; i++) | ~~^~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms262kbOK10
20ms184kbOK10
30ms184kbOK10
410ms1232kbIncorect0
513ms1363kbIncorect0
615ms1626kbIncorect0
717ms1757kbIncorect0
824ms2088kbIncorect0
928ms2174kbIncorect0
1030ms2269kbIncorect0
Punctaj total30

Ceva nu functioneaza?