Problem mergeguessproblem
User gtiamthebest
Submission Time 2024-01-10 10:12:59
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: In function ‘int32_t main()’:
mergeguessproblem.cpp:6:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char [19]’)
6 | cin >> "t;irplane airplane", "vainish catteams", "samelength whatisthisactf"};
| ~~~ ^~ ~~~~~~~~~~~~~~~~~~~~
| | |
| | const char [19]
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc