| Problem | musicscales |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-23 16:52:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
musicscales.cpp: In function ‘int main()’:
musicscales.cpp:14:41: error: a function-definition is not allowed here before ‘{’ token
14 | int find_note_index(const string& note) {
| ^
musicscales.cpp:21:12: error: a function-definition is not allowed here before ‘{’ token
21 | int main() {
| ^