Problem | mergeguessproblem |
---|---|
User | Mimikyu |
Submission Time | 2024-03-01 08:24:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mergeguessproblem.cpp:1:95: error: missing terminating " character
1 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "a
| ^~
mergeguessproblem.cpp:2:75: error: missing terminating " character
2 | cin >> t;irplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ^~~
mergeguessproblem.cpp:1:1: error: ‘string’ does not name a type
1 | string s[] = {"helloworld addition", "simp choochoo", "deciphering_zane deciphering_zane_ex", "a
| ^~~~~~