博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
poj3061
阅读量:4954 次
发布时间:2019-06-12

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

 
#include
#include
using namespace std;#include
const int Max=100010;int main(){ int ans; int n,S,a[Max]; int T; scanf("%d",&T);//还有这句话我没有太明白其意思,The input will finish with the end of file.,我以为要,while(~scanf("%d",&T)),结果错了 while(T--) { int l=0,r=0; int sum=0; scanf("%d%d",&n,&S); for(int i=0; i
n) ans = 0; printf("%d\n",ans); } return 0;}

转载于:https://www.cnblogs.com/qie-wei/p/10160294.html

你可能感兴趣的文章
19.30内置登录处理
查看>>
00_前情回顾
查看>>
fortran90简明教程
查看>>
flex知识点归纳
查看>>
hdu 5442 Favorite Donut 最大表示法+KMP
查看>>
ubuntu下如何查看用户登录及系统授权相关信息
查看>>
丶制作一个数字猜猜看小游戏
查看>>
秋季学期学习总结
查看>>
SpringBoot 优化内嵌的Tomcat
查看>>
Dagger2 入门解析
查看>>
【LaTeX】E喵的LaTeX新手入门教程(1)准备篇
查看>>
Alpha版(内部测试版)发布
查看>>
Python2和Python3的不同
查看>>
递归实验的三个作业实验(阶乘,杨辉三角,汉诺塔,回文)
查看>>
highcharts曲线图
查看>>
编写移植性好的C代码
查看>>
JS去除数组重复元素
查看>>
[八省联考2018]林克卡特树lct
查看>>
extjs动态改变样式
查看>>
PL/SQL Developer 查询的数据有乱码或者where 字段名=字段值 查不出来数据
查看>>