Problem fizzbuzz
User prologue0605
Submission Time 2025-06-23 15:11:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:12:17: error: missing terminating ' character
12 | cout<<"Buzz"<<'\n;
| ^~~~
fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:13:3: error: expected primary-expression before β€˜}’ token
13 | }else if(x%a==0 and x%b==0){
| ^