摘要: https://coding.net/u/a1635095381/p/Demo/git/commit/f7b98d63d8c7f1fb4fd03ec6b7e4911afb14850a 阅读全文
posted @ 2017-04-10 20:51 1635095381 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 买卖股票的最佳时机 #include "stdafx.h" #include<iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int a[]={3,2,3,1,2}; int i,j,k=0; for(i=0 阅读全文
posted @ 2017-03-08 14:07 1635095381 阅读(92) 评论(0) 推荐(0) 编辑