码迷,mamicode.com
首页 > 其他好文 > 详细

买卖股票的最佳时机

时间:2017-03-08 21:28:47      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:tchar   using   []   namespace   ++   out   space   i++   name   

#include "stdafx.h"
#include"iostream"
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
int min,A[5];
int i,max=1,j;
for(i=0;i<5;i++)
{
cin>>A[i];
}
for(i=0;i<5;i++)
{
min=A[i];
if(A[i]>max)
{
j=A[i]-min;
}
if(j>max)
{

max=j;
}
}
cout<<max;
return 0;
}

买卖股票的最佳时机

标签:tchar   using   []   namespace   ++   out   space   i++   name   

原文地址:http://www.cnblogs.com/zaq1233/p/6522959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!