Problem musicscales
User Zubair
Submission Time 2026-06-23 16:50:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

musicscales.cpp: In function ‘int main()’:
musicscales.cpp:14:22: error: expected primary-expression before ‘const’
14 | int find_note_index;(const string& note) {
| ^~~~~
musicscales.cpp:14:22: error: expected ‘)’ before ‘const’
14 | int find_note_index;(const string& note) {
| ~^~~~~
| )
musicscales.cpp:42:1: error: expected ‘}’ at end of input
42 | }
| ^
musicscales.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^