Problem fizzbuzz
User AltheaZ
Submission Time 2023-06-14 10:13:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 |
4 | int gcd(int x, int y) {
| ~~~