Problem fizzbuzz
User AltheaZ
Submission Time 2023-06-18 11:20:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include iostream
| ^~~~~~~~
fizzbuzz.cpp:2:10: fatal error: boost/math/common_factor.hpp: No such file or directory
2 | #include <boost/math/common_factor.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.