Problem nycheer
User aqualicious14
Submission Time 2025-02-19 00:22:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:7:40: error: could not convert ‘{"Hey", "Ho", "Nanyang"}’ from ‘<brace-enclosed initializer list>’ to ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
7 | string words = {"Hey", "Ho", "Nanyang"};
| ^
| |
| <brace-enclosed initializer list>