| Problem | fizzbuzz |
|---|---|
| User | caslyn |
| Submission Time | 2026-06-22 16:28:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:17: error: expected ‘)’ before ‘}’ token
10 | if(i%A==0&&i%B}
| ~ ^
| )
fizzbuzz.cpp:10:17: error: expected primary-expression before ‘}’ token
fizzbuzz.cpp:10:17: error: expected ‘}’ at end of input
fizzbuzz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^