#109
Paritate
Să se scrie un program care citeşte de la tastatură un număr natural şi verifică dacă numărul este par sau impar.
Problema | Paritate | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52043285 | Utilizator | |
Fișier | paritate.cpp | Dimensiune | 428 B |
Data încărcării | 17 Septembrie 2024, 12:37 | Scor / rezultat | Eroare de compilare |
paritate.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ paritate.cpp:1:7: error: 'System' has not been declared paritate.cpp:2:7: error: expected nested-name-specifier before 'System' using System.Collections.Generic; ^ paritate.cpp:2:7: error: 'System' has not been declared paritate.cpp:2:13: error: expected ';' before '.' token using System.Collections.Generic; ^ paritate.cpp:2:13: error: expected unqualified-id before '.' token paritate.cpp:3:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ paritate.cpp:3:7: error: 'System' has not been declared paritate.cpp:3:13: error: expected ';' before '.' token using System.Linq; ^ paritate.cpp:3:13: error: expected unqualified-id before '.' token paritate.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Text; ^ paritate.cpp:4:7: error: 'System' has not been declared paritate.cpp:4:13: error: expected ';' before '.' token using System.Text; ^ paritate.cpp:4:13: error: expected unqualified-id before '.' token paritate.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ paritate.cpp:5:7: error: 'System' has not been declared paritate.cpp:5:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ paritate.cpp:5:13: error: expected unqualified-id before '.' token paritate.cpp:9:5: error: 'internal' does not name a type internal class Program ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Paritate 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ă.