Problem deciphering_zane
User bribritt
Submission Time 2023-04-01 06:03:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:6:64: error: expected ‘;’ before ‘}’ token
6 | if(N == 11) cout << "then answer is j brute force all strings"
| ^
| ;
7 | }
| ~