| Problem | fizzbuzz |
|---|---|
| User | yq |
| Submission Time | 2026-06-22 16:12:07 |
| 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:10:25: error: ‘end1’ was not declared in this scope
10 | cout<< "FizzBuzz"<< end1;
| ^~~~
fizzbuzz.cpp:11:14: error: expected ‘;’ before string constant
11 | else cout "Fizz"<< end1;
| ^~~~~~~
| ;
fizzbuzz.cpp:13:30: error: expected ‘;’ before string constant
13 | else {if(i % B==0) cout "Buzz"<< end1
| ^~~~~~~
| ;