#941
Urare
În preajma Crăciunului toţi suntem sau redevenim copii.
Scrie un program care afişează pe ecran o urare pentru cei dragi ţie!
Problema | Urare | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53682227 | Utilizator | |
Fișier | urare.cpp | Dimensiune | 477 B |
Data încărcării | 08 Noiembrie 2024, 10:45 | Scor / rezultat | Eroare de compilare |
urare.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ urare.cpp:1:7: error: 'System' has not been declared urare.cpp:2:7: error: expected nested-name-specifier before 'System' using System.Collections.Generic; ^ urare.cpp:2:7: error: 'System' has not been declared urare.cpp:2:13: error: expected ';' before '.' token using System.Collections.Generic; ^ urare.cpp:2:13: error: expected unqualified-id before '.' token urare.cpp:3:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ urare.cpp:3:7: error: 'System' has not been declared urare.cpp:3:13: error: expected ';' before '.' token using System.Linq; ^ urare.cpp:3:13: error: expected unqualified-id before '.' token urare.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Text; ^ urare.cpp:4:7: error: 'System' has not been declared urare.cpp:4:13: error: expected ';' before '.' token using System.Text; ^ urare.cpp:4:13: error: expected unqualified-id before '.' token urare.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ urare.cpp:5:7: error: 'System' has not been declared urare.cpp:5:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ urare.cpp:5:13: error: expected unqualified-id before '.' token urare.cpp:9:5: error: 'internal' does not name a type internal class Program ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Urare 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ă.