Problem fizzbuzz
User Yannwen09
Submission Time 2023-11-08 10:45:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:11: error: expected ‘;’ before ‘as’
7 | cout << a as fizz
| ^~~
| ;