Problem fizzbuzz
User ArikLegend
Submission Time 2024-11-02 15:05:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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);
| ^