A - Weekly Records Problem Statement 题意:告诉你有几个礼拜,问你每个礼拜走的路程和。 Solution 思路:按题意模拟,每7天加起来就行。 #include<bits/stdc++.h> using namespacestd; typedeflonglongll; intmain() { intn; cin>>n; ll sum =0; for(inti =1;i<=n*7;i++) { ll x; cin>>x;...
Tokio Marine & Nichido Fire Insurance Programming Contest 2023(AtCoder Beginner Contest 307) - AtCoderatcoder.jp/contests/abc307 A. Weekly Records A - Weekly Recordsatcoder.jp/contests/abc307/tasks/abc307_a 给定N 周中每天的跑步距离,要求输出每周跑步的总距离。 1≤N≤10 依题意计算即...
AtCoder Beginner Contest 307 A - Weekly Records (abc307 A) 题目大意 给定nn周每天的散步量,求每周七天的散步量的和。 解题思路 累计求和即可。 神奇的代码 #include<bits/stdc++.h> usingnamespacestd; usingLL =longlong; intmain(void){ ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);...
按照题意,一步步来,首先先算出c中的1的个数,如果大于(a+b),直接结束。否则一步步构造即可(语言能力有限,just look look my code) AC Code #include<bits/stdc++.h>#define endl '\n'#define ll long long#define int long long#define pii pair<int, int>#define pb push_back#define gcd __gcd#d...
2、本周日(5月19日)晚上19点在B站开始 AtCoder Beginner Contest 354的题解直播讲解 3、观看方式: 复制下方链接或直接扫描二维码,PC端建议使用chrome浏览器 https://live.bilibili.com/21371611?live_from=84002 或识别下方二维码查看: 注意:如不能正常显示请在哔站搜索栏查找“清北学堂信息学”账号(录播也发布...
AtCoder Beginner Contest 342 A-G 讲解比赛地址:https://atcoder.jp/contests/abc342比赛时间: 2024-02-24(Sat) 20:00 - 2024-02-24(Sat) 21:40 (当地时间) (100 minutes)A Yay!:水题B Which is ahead?:水题C Many Replacement:模拟D S, 视频播放量 1857、弹幕量 2、
AtCoder Beginner Contest 173(E 思维模拟 F 容斥 思维题 ),题目链接自从第一次打了AT差一题AK,后面的AT总是差两题,唉。。好菜啊E-Multiplication4题意:给你n个数,要求选出k个值使得k个值得乘积最大。做法:记得做过类似得题,也是超出longlong求乘积最大,好像是用
AtCoder Beginner Contest 178 个人题解(C组合问题 + 快速幂,D规律,E数学公式变形),补题链接:HereA-NotEditorial给出\(x=1\)则输出0;给出\(x=0\)则输出1利用x^1可以快速实现\(x\)的转换B-ProductMax比较端点乘积的大小即可C-Ubiquity题解:输入一个N,\(0<=A_i
[AtCoder Beginner Contest 365](https://atcoder.jp/contests/abc365) 题解 ABC365的比赛题解,我做出G题了,但暂时不发,需要的请私信 私信前请看:https://www.luogu.com.cn/paste/lowgb1lx ### A - Leap Year [翻](https://blog.csdn.net/qianzhima2012/article/details/141070004?spm=1001.2014.3001....
[AtCoder Beginner Contest 365](https://atcoder.jp/contests/abc365) 题解 ABC365的比赛题解,我做出G题了,但暂时不发,需要的请私信 私信前请看:https://www.luogu.com.cn/paste/lowgb1lx ### A - Leap Year [翻](https://blog.csdn.net/qianzhima2012/article/details/141070004?spm=1001.2014.3001....