| Problem | fizzbuzz | 
|---|---|
| User | seth | 
| Submission Time | 2024-06-26 16:15:56 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:5: error: expected primary-expression before ‘:’ token
    7 |     :cin >> N >> A >> B;
      |     ^
fizzbuzz.cpp:17:13: error: expected primary-expression before ‘:’ token
   17 |             :cout << i << "\n";
      |             ^