#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 | #54199401 | Utilizator | |
Fișier | paritate.cpp | Dimensiune | 394 B |
Data încărcării | 21 Noiembrie 2024, 21:55 | 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.Diagnostics; ^ paritate.cpp:2:7: error: 'System' has not been declared paritate.cpp:2:13: error: expected ';' before '.' token using System.Diagnostics; ^ paritate.cpp:2:13: error: expected unqualified-id before '.' token paritate.cpp:3:7: error: expected nested-name-specifier before 'System' using System.Diagnostics.CodeAnalysis; ^ paritate.cpp:3:7: error: 'System' has not been declared paritate.cpp:3:13: error: expected ';' before '.' token using System.Diagnostics.CodeAnalysis; ^ paritate.cpp:3:13: error: expected unqualified-id before '.' token paritate.cpp:7:22: error: 'string' has not been declared static void Main(string[] args) ^ paritate.cpp:7:31: error: expected ',' or '...' before 'args' static void Main(string[] args) ^ paritate.cpp:24:1: error: expected ';' after class definition } ^ paritate.cpp: In static member function 'static void Program::Main(int*)': paritate.cpp:9:16: error: 'Convert' was not declared in this scope int n = Convert.ToInt32(Console.ReadLine()); ^ paritate.cpp:9:32: error: 'Console' was not declared in this scope int n = Convert.ToInt32(Console.ReadLine()); ^
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ă.