Problem mergeguessproblem
User wongyikai
Submission Time 2024-12-10 23:51:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mergeguessproblem.cpp:6:96: error: missing terminating " character
6 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "a
| ^~
mergeguessproblem.cpp:7:76: error: missing terminating " character
7 | cin >> t;irplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^~~
mergeguessproblem.cpp: In function ‘int main()’:
mergeguessproblem.cpp:7:9: error: ‘t’ was not declared in this scope
7 | cin >> t;irplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^
mergeguessproblem.cpp:7:10: error: expected ‘}’ before ‘;’ token
7 | cin >> t;irplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^
mergeguessproblem.cpp:6:15: n