开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
gcc 4.9.2 and 4.9.3 and 5.2.0
linux gcc 4.9.2
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
在windows 10 x64 安装了 cygwin x86(因IDE因素所以上x86),
刚刚windows 编译的时候, 可以安全safe, 但是印出后 却是很长一段数值,
可是加总后的总数却是正确的...
喂入的资料(Input):
五个参数 8 6 3.0 0.2 1.0
预期的正确结果(Expected Output):
在linux 执行结果为图
https://goo.gl/4Xqcj9
错误结果(Wrong Output):
windows 10 cygwin x86 gcc 4.9.2 / 4.9.3 / 5.X.X 都同样错误结果
https://goo.gl/tdyNCH
程式码(Code):(请善用置底文网页, 记得排版)
http://codepad.org/dOURJdAZ
补充说明(Supplement):
求各位大大解惑也!!!