| Problem | deciphering_zane | 
|---|---|
| User | astranger | 
| Submission Time | 2023-05-05 12:04:21 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:9:3: error: expected identifier before string constant
    9 |   "no im typing with one hand",
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
deciphering_zane.cpp:9:31: error: expected ‘]’ before ‘,’ token
    9 |   "no im typing with one hand",
      |                               ^
      |                               ]
deciphering_zane.cpp: In lambda function:
deciphering_zane.cpp:9:31: error: expected ‘{’ before ‘,’ token
deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:9:31: error: array must be initialized with a brace-enclosed initializer
deciphering_zane.cpp:10:3: error: expected unqualified-id before string constant
   10 |   "DID YOU DO YOUR HW TODAY",
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~