| Problem | fizzbuzz |
|---|---|
| User | yq |
| Submission Time | 2026-06-22 16:15:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:14: error: expected ‘;’ before string constant
11 | else cout "Fizz"<< "\n"; }
| ^~~~~~~
| ;
fizzbuzz.cpp:12:30: error: expected ‘;’ before string constant
12 | else {if(i % B==0) cout "Buzz"<< end1;
| ^~~~~~~
| ;