开发平台(Platform): (Ex: Win10, Linux, ...)
MacOS 使用 codeblocks 撰写
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
GCC
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
无
问题(Question):
C++写UVA 245 Wrong answer
https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=181
喂入的资料(Input):
https://www.udebug.com/UVa/245
预期的正确结果(Expected Output):
https://www.udebug.com/UVa/245
错误结果(Wrong Output):
UVA 显示 Wrong answer
程式码(Code):(请善用置底文网页, 记得排版,禁止使用图档)
https://glot.io/snippets/fhwcaao3u9
补充说明(Supplement):
我写一个link list的class来放入及拿取资料,若是数字,先放入后会检查list内原先有的那个项目把它删除,但是uDebug的测资测出来都是正确的,上传UVA后却是Wrong answer,不确定到底是哪里有问题,麻烦各位大大帮我看看~感激不尽~