Problem deciphering_zane_ex
User WH8
Submission Time 2024-01-05 14:54:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_ex.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"};
| ^~~~~~
deciphering_zane_ex.cpp:3:1: error: ‘cin’ does not name a type
3 | cin >> t;
| ^~~
deciphering_zane_ex.cpp:4:1: error: ‘cout’ does not name a type
4 | cout << s[t] << '\n';
| ^~~~