#368
NrPal
Se dau două numere naturale a
și b
. Determinati numărul de palindromuri cuprinse în intervalul determinat de cele două numere.
Problema | NrPal | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54163186 | Utilizator | |
Fișier | nrpal.cpp | Dimensiune | 449 B |
Data încărcării | 21 Noiembrie 2024, 09:11 | Scor / rezultat | Eroare de compilare |
nrpal.cpp: In function 'int main()': nrpal.cpp:10:19: warning: right operand of comma operator has no effect [-Wunused-value] for (x = a, x <= b, x++) ^ nrpal.cpp:10:28: error: expected ';' before ')' token for (x = a, x <= b, x++) ^ nrpal.cpp:25:1: error: expected primary-expression at end of input } ^ nrpal.cpp:25:1: error: expected ';' at end of input nrpal.cpp:25:1: error: expected primary-expression at end of input nrpal.cpp:25:1: error: expected ')' at end of input nrpal.cpp:25:1: error: expected statement at end of input nrpal.cpp:25:1: error: expected '}' at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema NrPal 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ă.