| Problem | fizzbuzz |
|---|---|
| User | munyunboss |
| Submission Time | 2026-06-22 20:50:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:21: error: expected ‘;’ before ‘)’ token
16 | cout << x << "\n" );
| ^~
| ;
fizzbuzz.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
fizzbuzz.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^