开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
code::block c++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
#include<iostream>
#include<algorithm>
问题(Question):
丢进UVA他跟我说答案有错
我有看到之前说的万年老梗,喂入10 1也让他optput 10 1 20了
UVA给的测资我也都是过了,也是正确的
可是他还是说错误....
麻烦前辈们指教> <
喂入的资料(Input):
1 10
10 1
预期的正确结果(Expected Output):
1 10 20
10 1 20
错误结果(Wrong Output):
1 10 20
10 1 20
(都一样)
程式码(Code):(请善用置底文网页, 记得排版)
http://codepad.org/nx7Ad53R
补充说明(Supplement):