#3182
Marte2
Pe planeta Marte anul marțian durează z
zile marțiene. Marțianul Iggle își serbează ziua de naștere și constată că a trăit n
zile. Câte lumânări va avea tortul lui Iggle?
Problema | Marte2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53673163 | Utilizator | |
Fișier | marte2.cpp | Dimensiune | 321 B |
Data încărcării | 07 Noiembrie 2024, 21:57 | Scor / rezultat | Eroare de compilare |
marte2.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ marte2.cpp:1:7: error: 'System' has not been declared marte2.cpp:7:26: error: 'string' has not been declared static void Main(string[] args) ^ marte2.cpp:7:35: error: expected ',' or '...' before 'args' static void Main(string[] args) ^ marte2.cpp:16:5: error: expected ';' after class definition } ^ marte2.cpp: In static member function 'static void Program::Program::Main(int*)': marte2.cpp:9:13: error: 'string' was not declared in this scope string[] L = Console.ReadLine().Split(); ^ marte2.cpp:9:20: error: expected primary-expression before ']' token string[] L = Console.ReadLine().Split(); ^ marte2.cpp:9:22: error: expected ';' before 'L' string[] L = Console.ReadLine().Split(); ^ marte2.cpp:11:21: error: 'Convert' was not declared in this scope int z = Convert.ToInt32(L[0]); ^ marte2.cpp:11:37: error: 'L' was not declared in this scope int z = Convert.ToInt32(L[0]); ^ marte2.cpp:14:13: error: 'Console' was not declared in this scope Console.WriteLine(n / z); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Marte2 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ă.