#506
ExistaPrime
Se dă un şir cu n
elemente, numere naturale. Să se verifice dacă în șir există elemente prime.
Problema | ExistaPrime | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51289038 | Utilizator | |
Fișier | existaprime.cpp | Dimensiune | 352 B |
Data încărcării | 04 Iunie 2024, 12:27 | Scor / rezultat | Eroare de compilare |
existaprime.cpp: In function 'int main()': existaprime.cpp:6:12: error: cannot bind 'std::istream {aka std::basic_istream<char>}' lvalue to 'std::basic_istream<char>&&' cin >> a; ^ In file included from /usr/include/c++/4.8/iostream:40:0, from existaprime.cpp:1: /usr/include/c++/4.8/istream:872:5: error: initializing argument 1 of 'std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = int [200]]' operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x) ^ existaprime.cpp: In lambda function: existaprime.cpp:11:30: error: expected '{' before '/' token for (int d=2; d<=[i]/2 && e_prim==0; d++) ^ existaprime.cpp: In function 'int main()': existaprime.cpp:11:30: error: no match for 'operator/' (operand types are 'main()::__lambda0' and 'int') existaprime.cpp:12:24: error: expected primary-expression before '=' token if (a[i]%==0) ^ existaprime.cpp:14:10: error: expected ';' before 'if' if(e_prim==0) ^ existaprime.cpp:5:23: warning: unused variable 'exista' [-Wunused-variable] int n, i, a[200], exista=0; ^ existaprime.cpp:16:5: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ExistaPrime 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ă.