摘要: 1 #define _CRT_SECURE_NO_WARNINGS 2 3 #include 4 #include 5 using namespace std; 6 const int MAXN = 1000 + 10; 7 8 int n, target[MAXN]; 9 10 int main() { 11 // scanf() returns the num... 阅读全文
posted @ 2017-07-19 16:47 PatrickZhou 阅读(101) 评论(0) 推荐(0) 编辑