#209
ElimCif
Să se scrie un program care citeşte de la tastatură un număr natural cu exact trei cifre şi determină numărul obţinut prin eliminarea cifrei din mijloc.
Problema | ElimCif | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53301371 | Utilizator | |
Fișier | elimcif.cpp | Dimensiune | 731 B |
Data încărcării | 23 Octombrie 2024, 19:40 | Scor / rezultat | Eroare de compilare |
elimcif.cpp:5:26: warning: character constant too long for its type [enabled by default] elimcif.cpp: In function 'int main()': ^ elimcif.cpp:10:52: warning: multi-character character constant [-Wmultichar] elimcif.cpp:7:20: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>>' ^ elimcif.cpp:10:62: warning: character constant too long for its type [enabled by default] elimcif.cpp:7:20: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>>' ^ elimcif.cpp:10:112: warning: character constant too long for its type [enabled by default] elimcif.cpp:7:20: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>>' ^ elimcif.cpp:14:26: warning: character constant too long for its type [enabled by default] elimcif.cpp: In function 'int main()': ^ elimcif.cpp:15:42: warning: character constant too long for its type [enabled by default] elimcif.cpp:11:5: error: redefinition of 'int main()' ^ elimcif.cpp:19:25: warning: character constant too long for its type [enabled by default] elimcif.cpp:5:5: error: 'int main()' previously defined here ^ elimcif.cpp:5:1: error: 'elimcif' does not name a type elimcif.cpp: In function 'int main()': ^ elimcif.cpp:9:14: error: expected unqualified-id before '^' token ^ ^ elimcif.cpp:13:21: error: expected unqualified-id before '^' token ^ ^ elimcif.cpp:28:2: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ElimCif 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ă.