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

Compile Error

mergeguessproblem.cpp:1:95: error: missing terminating " character
1 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "a
| ^~
mergeguessproblem.cpp:1:1: error: ‘string’ does not name a type
1 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "a
| ^~~~~~
mergeguessproblem.cpp:4:1: error: ‘cout’ does not name a type
4 | cout << s[t] << '\n';
| ^~~~