| Problem | fizzbuzz |
|---|---|
| User | yq |
| Submission Time | 2026-06-22 16:14:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:8: error: expected unqualified-id before ‘,’ token
7 | for(ll,i=1; i<=N;i++){
| ^
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;
| ^~~~~~~
| ;