Problem deciphering_zane_4
User bz
Submission Time 2024-01-01 13:20:38
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:22:28: error: expected ‘}’ at end of input
22 | if(T==20)return nullptr;
| ^
deciphering_zane_4.cpp:1:25: note: to match this ‘{’
1 | const char* solve(int T){
| ^