At the moment, the length of the code is 127 characters without spaces, tabulation and newline characters. The task is to reduce the length of the code to at least 125 characters, so that it compiles with the compiler version c ++ 5.0.1.
#include <iostream> main() { int64_t i=-100,a,b,c,d; std::cin>>a>>b>>c>>d; for(; i<101; i++) if(a*i*i*i+b*i*i+c*i+d == 0) std::cout<<i<<" "; }
if(!((a*i*i+b*i+c)*i+d))- Flowneee