Problem mergeguessproblem
User WH8
Submission Time 2024-01-05 14:59:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mergeguessproblem.cpp:1:1: error: ‘string’ does not name a type
1 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "airplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^~~~~~
mergeguessproblem.cpp:3:1: error: ‘cin’ does not name a type
3 | cin >> t;
| ^~~
mergeguessproblem.cpp:4:1: error: ‘cout’ does not name a type
4 | cout << s[t] << '\n';
| ^~~~