Problem fizzbuzz
User Fjerds
Submission Time 2026-04-15 14:50:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:29: error: no context to resolve type of ‘std::endl’
16 | cout << "Buzz", endl;
| ^~~~