Problem fizzbuzz
User hyishigh
Submission Time 2024-12-09 16:47:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:22: error: expected ‘;’ before ‘)’ token
7 | for(int i =0;i<x,i++) {
| ^
| ;