#3720
Aproape
Se dă un număr N
în baza 10
. Un număr M
se numește aproape de N
dacă îndeplinește următoarele trei condiții:
N
.10
diferă față de cea a lui N
în exact o poziție. Altfel spus, nu mai mult, nici mai puțin, o singură cifră diferă.1
mai mică, fie cu 1
mai mare decât cifra corespunzătoare din N
.Cunoscând numărul N
, să se scrie un program care determină:
N
.N
.OJI 2021, clasa a IX-a
Problema | Aproape | Operații I/O |
aproape.in /aproape.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
Id soluție | #42598864 | Utilizator | |
Fișier | aproape.cpp | Dimensiune | 1.38 KB |
Data încărcării | 11 Martie 2023, 21:38 | Scor / rezultat | 52 puncte |
aproape.cpp: In function 'int cateAproape(std::string)': aproape.cpp:10:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1; i < s.size(); i++) ^ aproape.cpp: In function 'int main()': aproape.cpp:52:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 1 ; i < s.size() ; i++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 2 | 2 | ||
1 | 0 secunde | OK. | 2 | 2 | ||
2 | 0 secunde | OK. | 2 | 2 | ||
3 | 0 secunde | OK. | 2 | 2 | ||
4 | 0 secunde | OK. | 2 | 2 | ||
5 | 0 secunde | OK. | 2 | 2 | ||
6 | 0 secunde | OK. | 2 | 2 | ||
7 | 0 secunde | OK. | 2 | 2 | ||
8 | 0 secunde | OK. | 2 | 2 | ||
9 | 0 secunde | OK. | 2 | 2 | ||
10 | 0 secunde | OK. | 2 | 2 | ||
11 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
12 | 0 secunde | OK. | 2 | 2 | ||
13 | 0 secunde | OK. | 2 | 2 | ||
14 | 0 secunde | OK. | 2 | 2 | ||
15 | 0 secunde | OK. | 2 | 2 | ||
16 | 0 secunde | OK. | 2 | 2 | ||
17 | 0 secunde | OK. | 2 | 2 | ||
18 | 0 secunde | OK. | 2 | 2 | ||
19 | 0 secunde | OK. | 3 | 3 | ||
20 | 0 secunde | OK. | 3 | 3 | ||
21 | 0 secunde | OK. | 3 | 3 | ||
22 | 0 secunde | OK. | 3 | 3 | ||
23 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
24 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
25 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
26 | 0 secunde | OK. | 4 | 4 | ||
27 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
28 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
29 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
30 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
31 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
32 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
33 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
34 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
35 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
Punctaj total | 52 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Aproape 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ă.