ABC355 A - Who Ate the Cake? 代码(签到题) ABC355 B - Piano 2 代码(签到题) ABC355 C - Bingo 2 代码(签到题) ABC355 D - Intersecting Intervals 分析 代码 ABC355 E - Guess the Sum 分析 代码 ABC355 F - MST Query 分析 代码 ABC355 G - Baseball 分析 代码 __EOF__ 本文作者: le...
Why does this solution to D gives WA (https://atcoder.jp/contests/abc355/submissions/53878525) →Reply SadArtira 10 months ago,#^| 0 Got it I used int ans instead of long long int ans :( →Reply SummerSky 10 months ago,#|
AtCoder是日本最大的算法竞技网站,也是全球第二流行的算法竞技网站。其网址为https://atcoder.jp/,提供编程在线比赛、过往比赛提交、在线评测等服务。 ATCoder (ABC 355)次比赛将于本周六5月25日晚20:00进行,我们将在本周日5月26日19:30将进行ABC 355次比赛题解直播。 AtCoder Beginner Contest(ABC)赛事题解...
AtCoder Beginner Contest 351 A 至 F 題讲解 by dreamoon AA競程 569 0 3:02:54 【Codeforces实况】CF2061【小粉兔】IAEPC Preliminary Contest (Round 999, Div. 1 + Div. 2) 可爱小粉兔 1519 1 1:13:27 Codeforces Round 1000 (Div. 2) 题目讲解 ABCDEF1 (CF2063) 芋饼饭 769 2 展...
题目地址:https://atcoder.jp/contests/abc359/tasks 题目讲解(识别下方二维码可查看视频题解): 参考代码: A 参考代码 #include <cstdio> int main { int n, ans = 0; scanf("%d", &n); for(int i = 1; i <= n; i++) { char s[10]; ...
Last time (ABC355), I reported a suspicious participant toyuzuko who solved problem ABCD in 51 seconds. They also did the similar thing in ABC354. This time (ABC356), there are much more suspicious participants. The average first-AC time (in seconds) of ABC347~ABC353 is in the follow...
AtCoder Beginner Contest 356 A - Subsegment Reverse (abc356 A) 题目大意 给定一个1,2,3,...,n1,2,3,...,n的排列aa,给定两个数l,rl,r,左右颠倒a[l..r]a[l..r]。输出。 解题思路 按照题意模拟即可。 神奇的代码 #include<bits/stdc++.h>...
その成果か、ABC352において初の3冠を達成しました。 diffはABC301~ABC362のコンテストにおいて下から二番目の低さでしたが、かなりの速さでのAC。初の茶パフォを獲得しました。 yay!事故回からの神回 ABC355・ABC356(5/25・6/01)そ...
atcoderABC229题解 atcoderABC229题解 A - First Grid 2×2矩阵只有两种情况不满⾜ 特判即可如果⼀个相邻的三个格⼦全是则⼀定不可能联通B - Hard Calculation 判断a+b 的过程中是否进位判断是否有⼀位相加⼤于9即可C - Cheese 给N 中奶酪,每种奶酪的美味值是A i 每克,每种奶酪有B i 克...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...