#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 | #54844817 | Utilizator | |
Fișier | urare.cpp | Dimensiune | 1.68 KB |
Data încărcării | 10 Decembrie 2024, 10:23 | Scor / rezultat | Eroare de compilare |
urare.cpp:25:21: error: stray '@' in program path += @"\imagini\"; ^ urare.cpp:25:22: warning: missing terminating " character [enabled by default] path += @"\imagini\"; ^ urare.cpp:25:13: error: missing terminating " character path += @"\imagini\"; ^ 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.ComponentModel; ^ urare.cpp:3:7: error: 'System' has not been declared urare.cpp:3:13: error: expected ';' before '.' token using System.ComponentModel; ^ urare.cpp:3:13: error: expected unqualified-id before '.' token urare.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Data; ^ urare.cpp:4:7: error: 'System' has not been declared urare.cpp:4:13: error: expected ';' before '.' token using System.Data; ^ urare.cpp:4:13: error: expected unqualified-id before '.' token urare.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Drawing; ^ urare.cpp:5:7: error: 'System' has not been declared urare.cpp:5:13: error: expected ';' before '.' token using System.Drawing; ^ urare.cpp:5:13: error: expected unqualified-id before '.' token urare.cpp:6:7: error: expected nested-name-specifier before 'System' using System.IO; ^ urare.cpp:6:7: error: 'System' has not been declared urare.cpp:6:13: error: expected ';' before '.' token using System.IO; ^ urare.cpp:6:13: error: expected unqualified-id before '.' token urare.cpp:7:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ urare.cpp:7:7: error: 'System' has not been declared urare.cpp:7:13: error: expected ';' before '.' token using System.Linq; ^ urare.cpp:7:13: error: expected unqualified-id before '.' token urare.cpp:8:7: error: expected nested-name-specifier before 'System' using System.Text; ^ urare.cpp:8:7: error: 'System' has not been declared urare.cpp:8:13: error: expected ';' before '.' token using System.Text; ^ urare.cpp:8:13: error: expected unqualified-id before '.' token urare.cpp:9:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ urare.cpp:9:7: error: 'System' has not been declared urare.cpp:9:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ urare.cpp:9:13: error: expected unqualified-id before '.' token urare.cpp:10:7: error: expected nested-name-specifier before 'System' using System.Windows.Forms; ^ urare.cpp:10:7: error: 'System' has not been declared urare.cpp:10:13: error: expected ';' before '.' token using System.Windows.Forms; ^ urare.cpp:10:13: error: expected unqualified-id before '.' token urare.cpp:14:5: error: expected unqualified-id before 'public' public partial class pozaBox : Form ^ urare.cpp:64:1: error: expected '}' at end of input } ^
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ă.