Pagini recente » Cod sursa (job #2770990) | Cod sursa (job #2385921) | Cod sursa (job #3209783) | Cod sursa (job #463260) | Cod sursa (job #2939891)
/******************************************************************************
Online C++ Compiler.
Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>
#include <fstream>
using namespace std;
ifstream fin("ssm.in");
ofstream fout("ssm.out");
int main()
{
int a,b,c,x,y,n,max;fin>>n>>max;y=max;
for(a=1;fin>>x;++a){
if(y>0)x+=y;
else b=a+1;y=x;
if(max<x){max=x;c=a+1;}
}
fout<<max<<' '<<b<<' '<<c;
return 0;
}