Problem deciphering_zane
User Sandman
Submission Time 2023-05-03 17:11:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:28:60: error: expected ‘;’ before ‘}’ token
28 | cout << "the answer is to brute force all strings?"
| ^
| ;
29 | }
| ~