#249
PozitieX
Se dă un număr natural X
şi un şir cu n
numere naturale distincte două câte două. Să se determine poziţia pe care s-ar afla numărul X
în şirul sortat.
Problema | PozitieX | Operații I/O |
pozitiex.in /pozitiex.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #46761524 | Utilizator | |
Fișier | pozitiex.cpp | Dimensiune | 445 B |
Data încărcării | 22 Noiembrie 2023, 12:17 | Scor / rezultat | Eroare de compilare |
pozitiex.cpp:7:1: error: expected ',' or ';' before 'ofstream' ofstream fout("pozitie.out") ^ pozitiex.cpp: In function 'int main()': pozitiex.cpp:11:10: error: 'x' was not declared in this scope fin>>x>>n; ^ pozitiex.cpp:11:13: error: 'n' was not declared in this scope fin>>x>>n; ^ pozitiex.cpp:12:9: error: 'i' was not declared in this scope for(i=1;i<=n;i++) ^ pozitiex.cpp:13:11: error: 'v' was not declared in this scope fin>>v[i]; ^ pozitiex.cpp:14:5: error: 'nr' was not declared in this scope nr=0; ^ pozitiex.cpp:15:9: error: 'i' was not declared in this scope for(i=1;i<=n;i++) ^ pozitiex.cpp:17:12: error: 'v' was not declared in this scope if(v[i]<x) ^ pozitiex.cpp:21:10: error: 'gasit' was not declared in this scope gasit=1; ^ pozitiex.cpp:23:8: error: 'gasit' was not declared in this scope if(gasit) ^ pozitiex.cpp:24:6: error: 'fout' was not declared in this scope fout<<nr+1; ^ pozitiex.cpp:26:6: error: 'fout' was not declared in this scope fout<<"NU EXISTA"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PozitieX 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ă.