博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Codeforces 918C - The Monster
阅读量:6193 次
发布时间:2019-06-21

本文共 1012 字,大约阅读时间需要 3 分钟。

思路1:

右键在新窗口打开图片

代码:

#include
using namespace std;#define ll long long#define pb push_back#define mem(a,b) memset(a,b,sizeof(a))int main(){ ios::sync_with_stdio(false); cin.tie(0); string s; cin>>s; int ans=0; for(int i=0;i
0&&q>score)q--,score++; if(score<0)break; if((j-i+1)%2==0&&q>=score)ans++; } } cout<
<

 思路2:

结论:

证明见

代码:

#include
using namespace std;#define ll long long#define pb push_back#define mem(a,b) memset(a,b,sizeof(a))const int N=5e3+5;int cnt[N][N];int main(){ ios::sync_with_stdio(false); cin.tie(0); string s; cin>>s; int ans=0; for(int i=0;i
l)break; cnt[i][j]++; } } for(int i=0;i
=0;j--){ if(s[j]==')'||s[j]=='?')r++; else l++; if(l>r)break; cnt[j][i]++; } } for(int i=0;i

 

转载于:https://www.cnblogs.com/widsom/p/8387137.html

你可能感兴趣的文章
服务器巡检常用命令,脚本,及调优思路
查看>>
竞赛回忆录
查看>>
怎样寻回参数错误K盘的资料
查看>>
Squid代理服务
查看>>
第3章 抽象类
查看>>
[PHP]加密解密函数
查看>>
解析私有云服务器给企业带来的六大优势
查看>>
iptables1
查看>>
之所以一无所成,并不是我们不够努力
查看>>
如何对高管实施股权激励?
查看>>
centos搭建FTP文件服务
查看>>
华山模拟器安装
查看>>
Mysql实现企业级主从复制和互为主从模式架构
查看>>
电脑维修常见软件工具
查看>>
使用SSL证书保障网络游戏信息安全
查看>>
oracle db_link
查看>>
CentOS7.2编译安装LNMP
查看>>
Nginx负载平衡 + Tomcat + 会话存储Redis配置要点
查看>>
Scala学习 - 基础类型
查看>>
前端代码中经常遇到的问题
查看>>