上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: include "stdafx.h" include include include include using namespace std; int main() { int n,m, x, y, t; while (cin n m x y t) { vector pVec; for (int i 阅读全文
posted @ 2017-02-27 12:03 wdan2016 阅读(600) 评论(1) 推荐(0)
摘要: // ConsoleApplication10.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include include include include using namespace std; class Flip { p 阅读全文
posted @ 2017-02-25 21:37 wdan2016 阅读(1529) 评论(0) 推荐(0)
摘要: // ConsoleApplication10.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include include include include using namespace std; class LongestD 阅读全文
posted @ 2017-02-25 21:07 wdan2016 阅读(1343) 评论(0) 推荐(0)
摘要: // ConsoleApplication10.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include include using namespace std; //找到最大值和最小值得差值 int getGap(vect 阅读全文
posted @ 2017-02-24 14:40 wdan2016 阅读(548) 评论(0) 推荐(0)
摘要: // 第一种方法 // ConsoleApplication10.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include using namespace std; class FirstRepeat { public: c 阅读全文
posted @ 2017-02-24 13:58 wdan2016 阅读(3839) 评论(0) 推荐(0)
摘要: // ConsoleApplication10.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include using namespace std; class BinarySearch { public: int getPo 阅读全文
posted @ 2017-02-24 11:19 wdan2016 阅读(2257) 评论(0) 推荐(0)
摘要: // ConsoleApplication12.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" // ConsoleApplication12.cpp : 定义控制台应用程序的入口点。 // include include using namespace std 阅读全文
posted @ 2017-02-23 17:39 wdan2016 阅读(848) 评论(1) 推荐(0)
摘要: // ConsoleApplication12.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" // ConsoleApplication12.cpp : 定义控制台应用程序的入口点。 // include include using namespace std 阅读全文
posted @ 2017-02-23 16:00 wdan2016 阅读(576) 评论(0) 推荐(0)
摘要: include include using namespace std; class Balls { public: int calcDistance(int A, int B, int C, int D) { // write code here return calcDis(A) + calcD 阅读全文
posted @ 2017-02-23 14:58 wdan2016 阅读(1336) 评论(5) 推荐(0)
摘要: include "stdafx.h" // ConsoleApplication12.cpp : 定义控制台应用程序的入口点。 // include include using namespace std; class Apples { public: int num = 0; int getIni 阅读全文
posted @ 2017-02-23 14:54 wdan2016 阅读(1242) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页