Problem | deciphering_zane |
---|---|
User | astranger |
Submission Time | 2023-05-05 12:05:08 |
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:8:21: error: expected identifier before string constant
8 | string arr[11] = ["no im typing with one hand",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
deciphering_zane.cpp:8:49: error: expected ‘]’ before ‘,’ token
8 | string arr[11] = ["no im typing with one hand",
| ^
| ]
deciphering_zane.cpp: In lambda function:
deciphering_zane.cpp:8:49: error: expected ‘{’ before ‘,’ token
deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:8:49: error: array must be initialized with a brace-enclosed initializer
deciphering_zane.cpp:9:3: error: expected unqualified-id before string constant
9 | "DID YOU DO YOUR HW TODAY",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~