Problem choochoo
User vadar2525
Submission Time 2025-07-09 15:05:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:11:11: error: could not convert ‘s’ from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long unsigned int’
11 | string a[s];
| ^
choochoo.cpp:11:11: error: size of array ‘a’ has non-integral type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
choochoo.cpp:14:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (i == "chugga"){
| ^~~~~~~~