Problem deciphering_zane
User astranger
Submission Time 2023-05-05 12:06:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:9:10: error: expected identifier before string constant
9 | arr = ["no im typing with one hand",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
deciphering_zane.cpp:9:38: error: expected ‘]’ before ‘,’ token
9 | arr = ["no im typing with one hand",
| ^
| ]
deciphering_zane.cpp: In lambda function:
deciphering_zane.cpp:9:38: error: expected ‘{’ before ‘,’ token
deciphering_zane.cpp: In function ‘int32_t main()’:
deciphering_zane.cpp:9:38: error: incompatible types in assignment of ‘main()::<lambda()>’ to ‘std::string [11]’ {aka ‘std::__cxx11::basic_string<char> [11]’}