#381
aprim2
Se citește un număr natural n
și apoi n
numere naturale. Să se determine cel mai mare număr aproape prim dintre cele date, și de câte ori apare.
Problema | aprim2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #55032499 | Utilizator | |
Fișier | aprim2.cpp | Dimensiune | 582 B |
Data încărcării | 17 Decembrie 2024, 14:58 | Scor / rezultat | Eroare de compilare |
aprim2.cpp: In function 'int prim(int)': aprim2.cpp:4:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(x<2 || x%2==0 && x>2) return 0; ^ aprim2.cpp:5:8: error: expected primary-expression before 'int' fn(int d = 3; d*d<=x; d+=2) ^ aprim2.cpp:5:19: error: 'd' was not declared in this scope fn(int d = 3; d*d<=x; d+=2) ^ aprim2.cpp:5:31: error: expected ';' before ')' token fn(int d = 3; d*d<=x; d+=2) ^ aprim2.cpp: In function 'int aprim(int)': aprim2.cpp:11:8: error: expected primary-expression before 'int' fn(int d=2; d*d<x; d++) ^ aprim2.cpp:11:17: error: 'd' was not declared in this scope fn(int d=2; d*d<x; d++) ^ aprim2.cpp:11:27: error: expected ';' before ')' token fn(int d=2; d*d<x; d++) ^ aprim2.cpp:14:9: error: 'else' without a previous 'if' else return 0; ^ aprim2.cpp: In function 'int main()': aprim2.cpp:20:11: error: expected ')' before ';' token fn(i=1; i<=n; i++){ ^ aprim2.cpp:20:14: warning: statement has no effect [-Wunused-value] fn(i=1; i<=n; i++){ ^ aprim2.cpp:20:22: error: expected ';' before ')' token fn(i=1; i<=n; i++){ ^ aprim2.cpp:18:15: warning: unused variable 'x' [-Wunused-variable] int n, i, x, a=0, c=0; ^ aprim2.cpp:18:18: warning: unused variable 'a' [-Wunused-variable] int n, i, x, a=0, c=0; ^ aprim2.cpp:18:23: warning: unused variable 'c' [-Wunused-variable] int n, i, x, a=0, c=0; ^ aprim2.cpp:29:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema aprim2 face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.