#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 | #55032705 | Utilizator | |
Fișier | aprim2.cpp | Dimensiune | 543 B |
Data încărcării | 17 Decembrie 2024, 15:10 | Scor / rezultat | Eroare de compilare |
aprim2.cpp:7:1: error: stray '\' in program if (x<2|| x% * 2 =0\$\$*2) return 0; ^ aprim2.cpp:7:1: error: stray '\' in program aprim2.cpp: In function 'int prim(int)': aprim2.cpp:7:16: error: invalid type argument of unary '*' (have 'int') if (x<2|| x% * 2 =0\$\$*2) return 0; ^ aprim2.cpp:7:21: error: expected ')' before '$' if (x<2|| x% * 2 =0\$\$*2) return 0; ^ aprim2.cpp:9:15: error: expected ';' before 'd' for(int d = 3 d*d <= x; d +=2) ^ aprim2.cpp:11:10: error: invalid type argument of unary '*' (have 'int') if( x% * d ==0) return 0; ^ aprim2.cpp: In function 'int aprim(int)': aprim2.cpp:21:15: error: expected ';' before 'd' for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp:21:20: error: invalid type argument of unary '*' (have 'int') for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp:21:25: error: 'dtt' was not declared in this scope for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp:21:39: error: invalid type argument of unary '*' (have 'int') for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp:21:43: error: 'theta' was not declared in this scope for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp:21:33: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] for(int d = 2 d^ * d<x; dtt ) if(x% * d = theta) if(prim (x / d) ) return 1; else return 0; ^ aprim2.cpp: In function 'int main()': aprim2.cpp:27:20: error: expected ',' or ';' before 'c' int n, i, x, a = 0 c = 0 ^ aprim2.cpp:41:1: error: expected ';' before 'epsilon' epsilon = - 1 ^ aprim2.cpp:45:1: error: 'else' without a previous 'if' else if (x = a) c++; ^ aprim2.cpp:45:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] else if (x = a) c++; ^ aprim2.cpp:45:17: error: 'c' was not declared in this scope else if (x = a) c++; ^ aprim2.cpp: At global scope: aprim2.cpp:49:5: error: 'cout' does not name a type cout<<<<" "; ^ aprim2.cpp:50:1: error: expected declaration before '}' token } ^
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ă.