| Problem | fizzbuzz |
|---|---|
| User | LimCheeHann |
| Submission Time | 2025-02-23 01:05:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> N >> A >> B;
| ^~~
fizzbuzz.cpp:7:19: error: ‘B’ was not declared in this scope
7 | if (i%A==0 && i%B==0){
| ^