Problem | reading |
---|---|
User | YH |
Submission Time | 2024-02-19 15:21:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:20:20: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long long int’ in initialization
20 | long long wpb = words_per_page;
| ^~~~~~~~~~~~~~
| |
| std::string {aka std::__cxx11::basic_string<char>}
reading.cpp:21:18: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘long long int’ in initialization
21 | long long p = pages;
| ^~~~~
| |
| std::string {aka std::__cxx11::basic_string<char>}