Problem fizzbuzz
User highdelao
Submission Time 2023-06-30 13:03:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:33: error: ‘a’ was not declared in this scope
10 | std::cout << "Fizz";a
| ^