Problem deciphering_zane_4
User veg
Submission Time 2024-01-01 00:08:36
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:7:13: error: return-statement with no value, in function returning ‘const char*’ [-fpermissive]
7 | if(T==2)return ;
| ^~~~~~
deciphering_zane_4.cpp:8:13: error: return-statement with no value, in function returning ‘const char*’ [-fpermissive]
8 | if(T==3)return ;
| ^~~~~~
deciphering_zane_4.cpp:9:13: error: return-statement with no value, in function returning ‘const char*’ [-fpermissive]
9 | if(T==4)return ;
| ^~~~~~
deciphering_zane_4.cpp:10:13: error: return-statement with no value, in function returning ‘const char*’ [-fpermissive]
10 | if(T==5)return ;
| ^~~~~~
deciphering_zane_4.cpp:11:13: error: return-statement with no value, in function returning ‘const char*’ [-fpermissive]
11 | if(T==6)return ;
| ^~~~~~
deciphering_z