Problem mothertounge
User asbx
Submission Time 2024-01-01 14:01:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mothertounge.cpp:4:16: error: expected identifier before string constant
4 | string arr[5]=["jamessng","bensonlzl","LCJLY","jeongwonho64","Xiaoyang"];
| ^~~~~~~~~~
mothertounge.cpp:4:26: error: expected ‘]’ before ‘,’ token
4 | string arr[5]=["jamessng","bensonlzl","LCJLY","jeongwonho64","Xiaoyang"];
| ^
| ]
mothertounge.cpp: In lambda function:
mothertounge.cpp:4:26: error: expected ‘{’ before ‘,’ token
mothertounge.cpp: At global scope:
mothertounge.cpp:4:26: error: array must be initialized with a brace-enclosed initializer
mothertounge.cpp:4:27: error: expected unqualified-id before string constant
4 | string arr[5]=["jamessng","bensonlzl","LCJLY","jeongwonho64","Xiaoyang"];
| ^~~~~~~~~~~