#4646
cb1
Se dă un șir ordonat crescător a
1
, a
2
, …, a
n
de numere întregi. Asupra șirului putem efectua trei tipuri de interogări:
1 x
– Câte numere din șir sunt mai mici sau egale decât x
?2 x
– Câte numere din șir sunt mai strict mai mari decât x
?3 x
– De câte ori apare în șir valoarea x
?Să se răspundă la Q
interogări.
Folclorul informatic
Problema | cb1 | Operații I/O |
cb1.in /cb1.out
|
---|---|---|---|
Limita timp | 0.4 secunde | Limita memorie |
Total: 4 MB
/
Stivă 2 MB
|
Id soluție | #54798827 | Utilizator | |
Fișier | cb1.cpp | Dimensiune | 2.09 KB |
Data încărcării | 09 Decembrie 2024, 09:32 | Scor / rezultat | Eroare de compilare |
cb1.cpp: In function 'int main()': cb1.cpp:16:9: error: 'in' was not declared in this scope in>>t>>x; ^ cb1.cpp:19:18: error: 'p2' was not declared in this scope int p1=1;p2=n;mij,p=0; ^ cb1.cpp:19:23: error: 'mij' was not declared in this scope int p1=1;p2=n;mij,p=0; ^ cb1.cpp:19:27: error: 'p' was not declared in this scope int p1=1;p2=n;mij,p=0; ^ cb1.cpp:23:16: error: 'a' was not declared in this scope if(a[mij]<=x) ^ cb1.cpp:37:11: error: 'mij' was not declared in this scope v[mij]>x; ^ cb1.cpp:38:27: error: 'p' was not declared in this scope int p1=1,p2=n;mij,p=0; ^ cb1.cpp:39:21: error: expected primary-expression before '/' token while(p1+p2)/2; ^ cb1.cpp:50:12: error: 'p' was not declared in this scope if(p==0) ^ cb1.cpp:53:13: error: expected '}' before 'else' else ^ cb1.cpp:79:9: error: 'p1' was not declared in this scope p1=1;p2=n; ^ cb1.cpp:79:14: error: 'p2' was not declared in this scope p1=1;p2=n; ^ cb1.cpp:83:13: error: 'mij' was not declared in this scope mij=(p1+p2)/2; ^ cb1.cpp:101:12: error: 'st' was not declared in this scope if(st==0) ^ cb1.cpp:104:13: error: expected '}' before 'else' else ^ cb1.cpp: At global scope: cb1.cpp:109:5: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cb1 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ă.