#1311
CifEgale
Se citește de la tastatură un număr natural de 3
cifre. Să se stabilească dacă are toate cifrele egale.
Problema | CifEgale | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54270418 | Utilizator | |
Fișier | cifegale.cpp | Dimensiune | 209 B |
Data încărcării | 24 Noiembrie 2024, 12:35 | Scor / rezultat | Eroare de compilare |
cifegale.cpp: In function 'int main()': cifegale.cpp:10:18: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:10:22: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:10:26: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:10:30: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:10:34: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:10:38: warning: right operand of comma operator has no effect [-Wunused-value] if (a=111,222,333,444,555,666,777,888) ^ cifegale.cpp:24:13: error: expected '}' at end of input return 0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifEgale 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ă.