#2628
h2
În urma referendumului a rămas doar un șir de numere naturale a[1]
, a[2]
, …, a[n]
. Să se determine cel mai mic număr care apare exact o dată în șir.
Folclorul informatic
Problema | h2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.9 secunde | Limita memorie |
Total: 128 MB
/
Stivă 8 MB
|
Id soluție | #39459707 | Utilizator | |
Fișier | h2.cpp | Dimensiune | 4.47 KB |
Data încărcării | 09 Noiembrie 2022, 09:35 | Scor / rezultat | Eroare de compilare |
h2.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ h2.cpp:1:7: error: 'System' has not been declared h2.cpp:2:7: error: expected nested-name-specifier before 'System' using System.Collections; ^ h2.cpp:2:7: error: 'System' has not been declared h2.cpp:2:13: error: expected ';' before '.' token using System.Collections; ^ h2.cpp:2:13: error: expected unqualified-id before '.' token h2.cpp:3:7: error: expected nested-name-specifier before 'System' using System.Collections.Generic; ^ h2.cpp:3:7: error: 'System' has not been declared h2.cpp:3:13: error: expected ';' before '.' token using System.Collections.Generic; ^ h2.cpp:3:13: error: expected unqualified-id before '.' token h2.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ h2.cpp:4:7: error: 'System' has not been declared h2.cpp:4:13: error: expected ';' before '.' token using System.Linq; ^ h2.cpp:4:13: error: expected unqualified-id before '.' token h2.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Text; ^ h2.cpp:5:7: error: 'System' has not been declared h2.cpp:5:13: error: expected ';' before '.' token using System.Text; ^ h2.cpp:5:13: error: expected unqualified-id before '.' token h2.cpp:6:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ h2.cpp:6:7: error: 'System' has not been declared h2.cpp:6:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ h2.cpp:6:13: error: expected unqualified-id before '.' token h2.cpp:10:5: error: expected unqualified-id before 'public' public class Pereche ^ h2.cpp:178:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema h2 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ă.