Problem mergeguessproblem
User asruby
Submission Time 2024-01-05 20:58:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mergeguessproblem.cpp:4:101: error: missing terminating " character
4 | string s[] = {"helloworld addition",plane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^~~
mergeguessproblem.cpp: In function ‘int main()’:
mergeguessproblem.cpp:4:38: error: ‘plane’ was not declared in this scope
4 | string s[] = {"helloworld addition",plane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^~~~~
mergeguessproblem.cpp:4:44: error: expected ‘}’ before ‘airplane’
4 | string s[] = {"helloworld addition",plane airplane", "vainish catteams", "samelength whatisthisactf"};
| ~ ^~~~~~~~
mergeguessproblem.cpp:4:44: error: expected ‘,’ or ‘;’ before ‘airplane’
mergeguessproblem.cpp:6:12: error: ‘t’ was not declared in this scope
6