#4490
Gray
Dată o secvență de n
biți reprezentând un cod binar, să se determine secvența asociată din codul Gray(n)
, apoi dat un șir de n
biți reprezentând o secvență a codului Gray(n)
, să se determine codul binar asociat.
Folclorul informatic
Problema | Gray | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48981053 | Utilizator | |
Fișier | gray.cpp | Dimensiune | 503 B |
Data încărcării | 11 Februarie 2024, 20:59 | Scor / rezultat | 0 puncte |
gray.cpp: In function 'void findGray()': gray.cpp:27:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < num.size(); ++i) { ^ gray.cpp:29:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (num[i] == '1' && i+1<num.size()) ^ gray.cpp:29:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (num[i] == '1' && i+1<num.size()) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Gray 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ă.