摘要: 1 // 2 // main.cpp 3 // demo 4 // 5 // Created by Yanbin GONG on 14/4/2018. 6 // Copyright © 2018 Yanbin GONG. All rights reserved. 7 // 8 9 //向量的基本运算 阅读全文
posted @ 2018-04-17 01:08 摇啊摇啊 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 1 #include <algorithm> 2 #include <iostream> 3 #include <cstring> 4 #include <cstdio> 5 #include <cmath> 6 using namespace std; 7 #define N 50005 8 9 阅读全文
posted @ 2018-04-17 01:06 摇啊摇啊 阅读(158) 评论(0) 推荐(0) 编辑