Problem fizzbuzz
User fanqie
Submission Time 2024-09-10 08:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:12:14: error: array must be initialized with a brace-enclosed initializer
12 | int arr[i]=i;
| ^