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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:4: error: expected primary-expression before ‘]’ token
7 | a[] = fizz
| ^
fizzbuzz.cpp:7:8: error: ‘fizz’ was not declared in this scope
7 | a[] = fizz
| ^~~~