当前位置:网站首页>1007 maximum subsequence sum (25 points) "PTA class a exercise"
1007 maximum subsequence sum (25 points) "PTA class a exercise"
2022-07-02 20:32:00 【Yang tree Yang tree】
Try one by one , Pay attention to special situations , For example, all negative numbers
#include <cstring>
#include <cstdio>
#include <iostream>
#include <algorithm>
#include <unordered_map>
#define dd double
#define PII pair<int,int>
#define int long long
#define ll long long
using namespace std;
const dd eps = 1e-6;
const int mod = 998244353;
const int N = 1e5+10;
int arr[N];
struct node{
int sum,front,back;
}temp,result;
signed main()
{
int n;cin>>n;
for(int i=0;i<n;i++)
{
cin>>arr[i];temp.sum += arr[i];
if(i==0) result = temp;
if(arr[i]>temp.sum)
{
temp.front = i;
temp.sum = arr[i];
}
if(result.sum<temp.sum)
{
temp.back = i;
result = temp;
}
}
if(result.sum<0) cout<<0<<" "<<arr[0]<<" "<<arr[n-1]<<endl;
else cout<<result.sum<<" "<<arr[result.front]<<" "<<arr[result.back]<<endl;
return 0;
}
边栏推荐
- Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of power management units in the global market in 2022
- Research Report on the overall scale, major manufacturers, major regions, products and applications of building automation power meters in the global market in 2022
- Automatic reading of simple books
- 什么叫在线开户?现在网上开户安全么?
- 【QT】QPushButton创建
- 【Hot100】22. 括号生成
- Driverless learning (4): Bayesian filtering
- Is it safe to buy funds on securities accounts? Where can I buy funds
- How to do interface testing? After reading this article, it will be clear
- Want to ask, is there any discount for opening an account now? Is it safe to open an account online?
猜你喜欢
[QT] QPushButton creation
Wu Enda's machine learning mind mapping insists on clocking in for 23 days - building a knowledge context, reviewing, summarizing and replying
勵志!大凉山小夥全獎直博!論文致謝看哭網友
Shardingsphere jdbc5.1.2 about select last_ INSERT_ ID () I found that there was still a routing problem
Self-Improvement! Daliangshan boys all award Zhibo! Thank you for your paper
Resunet tensorrt8.2 speed and video memory record table on Jetson Xavier NX (continuously supplemented later)
[internship] solve the problem of too long request parameters
[cloud native topic -50]:kubesphere cloud Governance - operation - step by step deployment of microservice based business applications - database middleware MySQL microservice deployment process
Spark source code compilation, cluster deployment and SBT development environment integration in idea
【Hot100】21. 合并两个有序链表
随机推荐
AMD's largest transaction ever, the successful acquisition of Xilinx with us $35billion
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of the inverted front fork of the global market in 2022
GCC: Graph Contrastive Coding for Graph Neural NetworkPre-Training
数据库模式笔记 --- 如何在开发中选择合适的数据库+关系型数据库是谁发明的?
想请教一下,我在东莞,到哪里开户比较好?手机开户是安全么?
What are the preferential account opening policies of securities companies now? Is it actually safe to open an account online?
Talk about macromolecule coding theory and Lao Wang's fallacy from the perspective of evolution theory
台湾SSS鑫创SSS1700替代Cmedia CM6533 24bit 96KHZ USB音频编解码芯片
Is it safe to buy funds on securities accounts? Where can I buy funds
【Hot100】21. Merge two ordered linked lists
Research Report on the overall scale, major manufacturers, major regions, products and applications of building automation power meters in the global market in 2022
How to open an account online? Is it safe to open a mobile account?
【Hot100】21. 合并两个有序链表
Basic concept of database, installation and configuration of database, basic use of MySQL, operation of database in the project
Workplace four quadrant rule: time management four quadrant and workplace communication four quadrant "suggestions collection"
How to do interface testing? After reading this article, it will be clear
Cs5268 perfectly replaces ag9321mcq typec multi in one docking station solution
Research Report on the overall scale, major manufacturers, major regions, products and applications of battery control units in the global market in 2022
【NLP】一文详解生成式文本摘要经典论文Pointer-Generator
After 65 days of closure and control of the epidemic, my home office experience sharing | community essay solicitation