Problem | goodprogrammer |
---|---|
User | SuspiciousAmogus |
Submission Time | 2024-07-01 15:28:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:7:12: error: no match for ‘operator*’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘int’)
7 | cout << s * 200;
| ~ ^ ~~~
| | |
| | int
| std::string {aka std::__cxx11::basic_string<char>}