Problem mergeguessproblem
User gtiamthebest
Submission Time 2024-01-10 10:09:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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