摘要:
A场:求最大分离度 这道题做错了,3分 #include <iostream>#include <algorithm>using namespace std;int cmp( int arg1, int arg2 ) { return arg1 > arg2;}int main(int argc, char* argv[]){ //freopen("i://input.txt","r",stdin... 阅读全文
posted @ 2011-06-17 00:18
yangyh
阅读(510)
评论(0)
推荐(0)
浙公网安备 33010602011771号