#1320
ordonat_neordonat
Să se verifice dacă in șir este: șir constant, șir strict crescător, șir crescător, șir strict descrescător, șir descrescător, șir neordonat.
Problema | ordonat_neordonat | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54152169 | Utilizator | |
Fișier | ordonat_neordonat.cpp | Dimensiune | 910 B |
Data încărcării | 20 Noiembrie 2024, 20:50 | Scor / rezultat | Eroare de compilare |
ordonat_neordonat.cpp: In function 'void sirord(int, int*)': ordonat_neordonat.cpp:3:21: error: 'contconst' was not declared in this scope int contcresc=0;contconst=0;contdesc=0;contneord=0,i; ^ ordonat_neordonat.cpp:3:33: error: 'contdesc' was not declared in this scope int contcresc=0;contconst=0;contdesc=0;contneord=0,i; ^ ordonat_neordonat.cpp:3:44: error: 'contneord' was not declared in this scope int contcresc=0;contconst=0;contdesc=0;contneord=0,i; ^ ordonat_neordonat.cpp:3:56: error: 'i' was not declared in this scope int contcresc=0;contconst=0;contdesc=0;contneord=0,i; ^ ordonat_neordonat.cpp:24:13: error: 'cout' was not declared in this scope cout<<"sir strict descrescator"; ^ ordonat_neordonat.cpp:27:13: error: 'cout' was not declared in this scope cout<<"sir descrescator"; ^ ordonat_neordonat.cpp:29:13: error: 'cout' was not declared in this scope cout<<"sir strict crescator"; ^ ordonat_neordonat.cpp:32:17: error: 'cout' was not declared in this scope cout<<"sir crescator"; ^ ordonat_neordonat.cpp:34:13: error: 'cout' was not declared in this scope cout<<"sir constant"; ^ ordonat_neordonat.cpp:36:13: error: 'cout' was not declared in this scope cout<<"sir neordonat"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ordonat_neordonat 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ă.