#1287
CifreGen
Se dau două cifre a b
și un număr n
. Să se genereze toate numerele cu exact n
cifre cuprinse între a
și b
.
Problema | CifreGen | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #25265036 | Utilizator | |
Fișier | cifregen.cpp | Dimensiune | 1.53 KB |
Data încărcării | 01 Noiembrie 2020, 16:32 | Scor / rezultat | Eroare de compilare |
cifregen.cpp:52:21: error: stray '#' in program [3:57 PM] Vitciori: #include <iostream> ^ cifregen.cpp:50:1: error: expected unqualified-id before '[' token [3:57 PM] Miljei: Nu stiu ^ cifregen.cpp:54:10: error: redefinition of 'int st [50]' int st[50],k,n,a,b; ^ cifregen.cpp:6:5: error: 'int st [50]' previously declared here int st[50],n,k,p,v[10],maxi; ^ cifregen.cpp:54:12: error: redefinition of 'int k' int st[50],k,n,a,b; ^ cifregen.cpp:6:14: error: 'int k' previously declared here int st[50],n,k,p,v[10],maxi; ^ cifregen.cpp:54:14: error: redefinition of 'int n' int st[50],k,n,a,b; ^ cifregen.cpp:6:12: error: 'int n' previously declared here int st[50],n,k,p,v[10],maxi; ^ cifregen.cpp: In function 'void init()': cifregen.cpp:55:6: error: redefinition of 'void init()' void init(){ ^ cifregen.cpp:7:6: error: 'void init()' previously defined here void init(){ ^ cifregen.cpp: In function 'int succ()': cifregen.cpp:58:5: error: redefinition of 'int succ()' int succ(){ ^ cifregen.cpp:10:5: error: 'int succ()' previously defined here int succ(){ ^ cifregen.cpp: In function 'int valid()': cifregen.cpp:64:5: error: redefinition of 'int valid()' int valid(){ ^ cifregen.cpp:16:5: error: 'int valid()' previously defined here int valid(){ ^ cifregen.cpp: In function 'void tipar()': cifregen.cpp:67:6: error: redefinition of 'void tipar()' void tipar(){ ^ cifregen.cpp:21:6: error: 'void tipar()' previously defined here void tipar(){ ^ cifregen.cpp: In function 'int solutie()': cifregen.cpp:73:5: error: redefinition of 'int solutie()' int solutie(){ ^ cifregen.cpp:26:5: error: 'int solutie()' previously defined here int solutie(){ ^ cifregen.cpp: In function 'void backt()': cifregen.cpp:77:6: error: redefinition of 'void backt()' void backt(){ ^ cifregen.cpp:30:6: error: 'void backt()' previously defined here void backt(){ ^ cifregen.cpp: In function 'int main()': cifregen.cpp:89:5: error: redefinition of 'int main()' int main() ^ cifregen.cpp:42:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifreGen 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ă.