Problem | fizzbuzz |
---|---|
User | Yuhan |
Submission Time | 2025-06-11 08:40:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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++){
| ^
fizzbuzz.cpp:22:13: error: expected ‘;’ before ‘:’ token
22 | cout << i:
| ^
| ;