| Problem | fizzbuzz |
|---|---|
| User | pseudocoder101 |
| Submission Time | 2025-06-16 15:07:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:13: error: expected ‘;’ before ‘cout’
16 | cout<<endl
| ^
| ;
17 | cout<<"\n";
| ~~~~