Problem deciphering_zane_4
User Dolphy
Submission Time 2024-01-01 17:13:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_4.cpp: In function ‘const char* solve(int)’:
deciphering_zane_4.cpp:12:21: error: expected ‘;’ before ‘}’ token
12 | else return nullptr
| ^
| ;
13 | }
| ~