#495
Constr2
Se dă un vector x
cu n
elemente, numere naturale. Să se construiască un alt vector, y
, care să conțină elementele prime din x
, în ordine inversă.
Problema | Constr2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #43641425 | Utilizator | |
Fișier | constr2.cs | Dimensiune | 1.13 KB |
Data încărcării | 08 Mai 2023, 10:48 | Scor / rezultat | 0 puncte |
Compilation succeeded - 3 warning(s) constr2.cs(29,20): warning CS0219: The variable \`c' is assigned but its value is never used constr2.cs(29,27): warning CS0219: The variable \`s' is assigned but its value is never used constr2.cs(32,19): warning CS0219: The variable \`y' is assigned but its value is never used
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.028 secunde | Exited with error status 1 | 20 | 0 | Exemplu | |
2 | 0.028 secunde | Exited with error status 1 | 40 | 0 | ||
3 | 0.028 secunde | Exited with error status 1 | 40 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Constr2 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ă.