#1544
Muzical
C++
Gigel în timp ce așteptă să meargă la doctor se joacă cu noul lui telefon. A observat ca atunci când este pe ecranul de start și apasă pe o tastă numerică se aude o notă muzicală.
Dar lui i-a venit ideea să codeze fiecare notă muzicală în acest mod:
do1
cu numărul 0
re
cu numărul 1
mi
cu numărul 2
fa
cu numărul 3
sol
cu numărul 4
la
cu numărul 5
si
cu numărul 6
do2
cu numărul 7
El creează un cântec, ia notele muzicale și le codează ca mai sus, le adună, iar apoi împarte suma la 8
și restul rămas este nota maximă.
Ajutați-l pe Gigel sa afle nota maximă!
Problema | Muzical | Operații I/O |
muzical.in /muzical.out
|
---|---|---|---|
Limita timp | 0.25 secunde | Limita memorie |
Total: 3 MB
/
Stivă 3 MB
|
Id soluție | #53771710 | Utilizator | |
Fișier | muzical.cpp | Dimensiune | 937 B |
Data încărcării | 11 Noiembrie 2024, 13:04 | Scor / rezultat | Eroare de compilare |
muzical.cpp:5:15: warning: missing terminating " character [enabled by default] ofstream cout("muzical.out ^ muzical.cpp:5:1: error: missing terminating " character ofstream cout("muzical.out ^ muzical.cpp:6:9: error: expected ')' before ';' token string s; ^ muzical.cpp: In function 'int main()': muzical.cpp:13:14: error: 's' was not declared in this scope cin>>s; ^ muzical.cpp:37:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [4]' to binary 'operator<<' cout<<"do1"; ^ muzical.cpp:39:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [3]' to binary 'operator<<' cout<<"re"; ^ muzical.cpp:41:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [3]' to binary 'operator<<' cout<<"mi"; ^ muzical.cpp:43:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [3]' to binary 'operator<<' cout<<"fa"; ^ muzical.cpp:45:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [4]' to binary 'operator<<' cout<<"sol"; ^ muzical.cpp:47:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [3]' to binary 'operator<<' cout<<"la"; ^ muzical.cpp:49:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [3]' to binary 'operator<<' cout<<"si"; ^ muzical.cpp:51:15: error: invalid operands of types 'std::ofstream(std::string) {aka std::basic_ofstream<char>(std::basic_string<char>)}' and 'const char [4]' to binary 'operator<<' cout<<"do2"; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Muzical 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ă.