Problem | fizzbuzz |
---|---|
User | ArikLegend |
Submission Time | 2024-11-02 15:05:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:11:29: error: no match for call to β(std::string {aka std::__cxx11::basic_string<char>}) (int&)β
11 | if (str == "") str = str(i);
| ^