Problem deciphering_zane_4
User Potato3218
Submission Time 2024-07-14 16:49:15
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:33: error: expected ‘;’ before ‘if’
12 | if(T == 15) return "tan shuwei"
| ^
| ;
13 | if(T == 17) return "retaliation";
| ~~