Problem fizzbuzz
User eliasxyz
Submission Time 2025-05-23 17:36:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:11: error: ‘j’ was not declared in this scope
18 | cout<<j<<"\n";
| ^