#3181
Marte3
Pe planeta Marte anul marțian durează x
zile marțiene, iar o zi marțiană durează y
ore. În fiecare oră, marțianului Iggle îi crește o antenă. După cât timp va avea Iggle n
antene?
Problema | Marte3 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53673509 | Utilizator | |
Fișier | marte3.cpp | Dimensiune | 504 B |
Data încărcării | 07 Noiembrie 2024, 22:10 | Scor / rezultat | Eroare de compilare |
marte3.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ marte3.cpp:1:7: error: 'System' has not been declared marte3.cpp:7:26: error: 'string' has not been declared static void Main(string[] args) ^ marte3.cpp:7:35: error: expected ',' or '...' before 'args' static void Main(string[] args) ^ marte3.cpp:22:5: error: expected ';' after class definition } ^ marte3.cpp: In static member function 'static void Program::Program::Main(int*)': marte3.cpp:9:13: error: 'string' was not declared in this scope string[] L = Console.ReadLine().Split(); ^ marte3.cpp:9:20: error: expected primary-expression before ']' token string[] L = Console.ReadLine().Split(); ^ marte3.cpp:9:22: error: expected ';' before 'L' string[] L = Console.ReadLine().Split(); ^ marte3.cpp:11:21: error: 'Convert' was not declared in this scope int x = Convert.ToInt32(L[0]); ^ marte3.cpp:11:37: error: 'L' was not declared in this scope int x = Convert.ToInt32(L[0]); ^ marte3.cpp:20:13: error: 'Console' was not declared in this scope Console.WriteLine(a + "\n" + z + "\n" + h); ^ marte3.cpp:20:46: error: invalid operands of types 'const char*' and 'const char [2]' to binary 'operator+' Console.WriteLine(a + "\n" + z + "\n" + h); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Marte3 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ă.