Problem | fizzbuzz |
---|---|
User | prologue0605 |
Submission Time | 2025-06-23 15:11:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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){
| ^