#1923
Afişaţi, în ordine crescătoare, toate numerele dintr-un anumit interval care au toate cifrele egale.
Pregătire clasa a IX-a, C.N. "Frații Buzești" - Craiova
| Problema | egale | Operații I/O |
egale.in/egale.out
|
|---|---|---|---|
| Limita timp | 0.2 secunde | Limita memorie |
Total: 8 MB
/
Stivă 8 MB
|
| Id soluție | #62623549 | Utilizator | |
| Fișier | egale.cpp | Dimensiune | 1002 B |
| Data încărcării | 27 Ianuarie 2026, 22:02 | Scor/rezultat | Eroare de compilare |
egale.cpp: In function 'int main()': egale.cpp:30:4: error: expected '}' at end of input } ^ egale.cpp:30:4: error: expected '}' at end of input egale.cpp:30:4: error: expected '}' at end of input egale.cpp:30:4: error: expected '}' at end of input egale.cpp:30:4: error: expected '}' at end of input egale.cpp:30:4: error: expected '}' at end of input egale.cpp:30:4: error: expected '}' at end of input egale.cpp:8:24: warning: unused variable 'nr' [-Wunused-variable] long long t, a, b, nr=0, ci, m1=0, p10=1; ^ egale.cpp:8:34: warning: unused variable 'm1' [-Wunused-variable] long long t, a, b, nr=0, ci, m1=0, p10=1; ^ egale.cpp:8:40: warning: unused variable 'p10' [-Wunused-variable] long long t, a, b, nr=0, ci, m1=0, p10=1; ^ egale.cpp:30:4: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema egale 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ă.