Borderou de evaluare (job #2979720)

Utilizator Tataru_MirunaTataru Miruna-Alexia Tataru_Miruna Data 15 februarie 2023 19:42:55
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
10ms184kbOK10
20ms184kbOK10
30ms184kbOK10
40ms184kbIncorect0
53ms1363kbIncorect0
63ms1626kbIncorect0
710ms1773kbIncorect0
89ms2019kbIncorect0
97ms2150kbIncorect0
1014ms2150kbIncorect0
Punctaj total30

Ceva nu functioneaza?