Problem | generosity |
---|---|
User | bluesky2113 |
Submission Time | 2024-08-27 17:43:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
generosity.cpp: In function ‘void print(std::string)’:
generosity.cpp:6:10: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’ in initialization
6 | int a = s;
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}