Problem fizzbuzz
User Yuhan
Submission Time 2025-06-11 08:41:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:2: error: ‘ion_base’ has not been declared
8 | ion_base::sync_with_stdio(false);
| ^~~~~~~~
fizzbuzz.cpp:11:21: error: ‘n’ was not declared in this scope
11 | for(int i = 1;i <= n;i++){
| ^