#4327
Chimie
Problema | Chimie | Operații I/O |
chimie.in /chimie.out
|
---|---|---|---|
Limita timp | 0.08 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51672409 | Utilizator | |
Fișier | chimie.cpp | Dimensiune | 1.62 KB |
Data încărcării | 31 Iulie 2024, 19:16 | Scor / rezultat | Eroare de compilare |
chimie.cpp: In function 'int main()': chimie.cpp:31:22: error: expected unqualified-id before '[' token for (const auto& [element, count] : frequency) { ^ chimie.cpp:31:22: error: expected ';' before '[' token chimie.cpp:31:23: error: 'element' was not declared in this scope for (const auto& [element, count] : frequency) { ^ chimie.cpp:31:32: error: 'count' was not declared in this scope for (const auto& [element, count] : frequency) { ^ chimie.cpp: In lambda function: chimie.cpp:31:39: error: expected '{' before ':' token for (const auto& [element, count] : frequency) { ^ chimie.cpp: In function 'int main()': chimie.cpp:31:39: error: expected ';' before ':' token chimie.cpp:31:39: error: expected primary-expression before ':' token chimie.cpp:31:39: error: expected ')' before ':' token chimie.cpp:31:39: error: expected primary-expression before ':' token chimie.cpp:31:39: error: expected ';' before ':' token chimie.cpp:17:9: warning: unused variable 'noble_gases' [-Wunused-variable] int noble_gases[] = {2, 10, 18, 36, 54, 86, 118}; ^ chimie.cpp:26:9: warning: unused variable 'max_difference' [-Wunused-variable] int max_difference = -1; ^ chimie.cpp:27:9: warning: unused variable 'result_element' [-Wunused-variable] int result_element = -1; ^ chimie.cpp:28:9: warning: unused variable 'result_count' [-Wunused-variable] int result_count = 0; ^ chimie.cpp:55:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Chimie 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ă.