摘要:
1 /* 2 https://vjudge.net/problem/UVA-514 3 */ 4 #include "pch.h" 5 #include 6 #include 7 #include 8 using namespace std; 9 const int MAXN = 1000 + 10; 10 int n, target[MAXN]; 11 12 int... 阅读全文
posted @ 2019-02-21 11:14
549
阅读(149)
评论(0)
推荐(0)
浙公网安备 33010602011771号