#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 | #53687342 | Utilizator | |
Fișier | gray.cpp | Dimensiune | 345 B |
Data încărcării | 08 Noiembrie 2024, 13:08 | Scor / rezultat | Eroare de compilare |
gray.cpp: In function 'int main()': gray.cpp:9:12: error: the value of 'x' is not usable in a constant expression bitset<x>b=0,g=0; ^ gray.cpp:8:15: note: 'x' was not initialized with a constant expression const int x=n; ^ gray.cpp:9:13: error: the value of 'x' is not usable in a constant expression bitset<x>b=0,g=0; ^ gray.cpp:8:15: note: 'x' was not initialized with a constant expression const int x=n; ^ gray.cpp:9:13: note: in template argument for type 'unsigned int' bitset<x>b=0,g=0; ^ gray.cpp:9:15: error: invalid type in declaration before '=' token bitset<x>b=0,g=0; ^ gray.cpp:12:17: error: invalid types 'int[int]' for array subscript cin>>b[i]; ^ gray.cpp:14:17: error: invalid types 'int[int]' for array subscript cin>>g[i]; ^ gray.cpp:16:14: error: invalid types 'int[int]' for array subscript while(b[i]==0) ^ gray.cpp:19:12: error: expected '}' at end of input i--; ^ gray.cpp:19:12: error: expected '}' at end of input
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ă.