开发平台(Platform): (Ex: Win10, Linux, ...)
win10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
devc++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
无
问题(Question):
阵列内元素变为最后输入的字串
喂入的资料(Input):
浮点数,用阵列储存
预期的正确结果(Expected Output):
判定是否为浮点数
错误结果(Wrong Output):
阵列内元素都是一样的
程式码(Code):(请善用置底文网页, 记得排版,禁止使用图档)
https://glot.io/snippets/fscp7lm85d
补充说明(Supplement):
我自己用devc++执行的成果