| Problem | deciphering_zane | 
|---|---|
| User | Hytoh | 
| Submission Time | 2023-07-17 12:59:31 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:10:59: error: expected ‘;’ before ‘return’
   10 |   cout << "the answer is to just brute force all strings?"
      |                                                           ^
      |                                                           ;
......
   14 |  return 0;
      |  ~~~~~~                                                    
deciphering_zane.cpp:15:1: error: expected ‘}’ at end of input
   15 | }
      | ^
deciphering_zane.cpp:3:13: note: to match this ‘{’
    3 | int main () {
      |             ^