代码: 点击查看代码 #include<bits/stdc++.h>usingnamespacestd;intmain(){ string s; cin>>s;if(s =="tourist")printf("3858\n");if(s =="ksun48")printf("3679\n");if(s =="Benq")printf("3658");if(s =="Um_nik")printf("3648");if
AtCoder Beginner Contest 319 A - Legendary Players (abc319 A) 题目大意 给定rating前10的选手名字和对应分数。 给定名字,问对应分数。 解题思路 复制一下,建个数组,然后一个一个判断即可。Python更好写一点。 神奇的代码 #include<bits/stdc++.h> usingnamespacestd; usingLL =longlong; vector<string> s...
We will hold AtCoder Beginner Contest 319. Contest URL: https://atcoder.jp/contests/abc319 Start Time: http://www.timeanddate.com/worldclock/fixedtime.html?iso=20230909T2100&p1=248 Duration: 100 minutes Number of Tasks: 8 Writer: MMNMM, leaf1415, Nyaan, chokudai, m_99, evima ...
题目链接 https://atcoder.jp/contests/abc319/tasks/abc319_e题意Takahashi 最初在他的房子里,打算去拜访 Aoki 的房子。这两个房子之间有编号为 1 到 N 的 N 个公交车站,Takahashi 可以通过以下方式在它们之间…
·AtCoder Beginner Contest (ABC) 这是最频繁且最简单的入门赛,通常情况下每月至少举行2次。2019年4月27日(含)之前,每场比赛共4题,时长100分钟,满分1000分且Rating超过1199的选手不计Rating值。自2019年5月19日起改版升级为6道题目,时长不变,满分2100分且Rating值超过1999的选手不计Rating值。改版之后比赛质量...
先把到t秒时不存在的箱子存起来,然后再统一删除。删除箱子需要1秒,所以下落时间必须在T-1秒内, 所以可删除的箱子满足 y-1<=T-1。 首先按照y排序,然后看所有列是否都有箱子,然后是否删除 #include"bits/stdc++.h"#define ll long longusingnamespacestd;pair<pair<int,int>,int>box[200010];//((y,x),...
AtCoder Beginner Contest 359 A~F https://www.bilibili.com/video/BV1G4gveBENB/ AtCoder Beginner Contest 359 | 完成度 [6 / 7] https://www.bilibili.com/video/BV1kS411A7M3/ AtCoder Beginner Contest 359 A 至 G 題讲解 by dreamoon https://www.bilibili.com/video/BV1x1421r7gH/ AtCoder...
Atcoder beginner contest 317, ABCDE https://www.bilibili.com/video/BV1614y1C7Bx/ AtCoder Beginner Contest 317 https://www.bilibili.com/video/BV1Cu4y1e7VR/ https://www.bilibili.com/video/BV1hu4y1D7pz/ https://www.bilibili.com/video/BV1D14y1C7wq/ https://www.bilibili.com/video/BV...
We will hold AtCoder Beginner Contest 199(Sponsored by Panasonic). ,satashunYoshikaMiyafuji Rated range: ~ 1999 The point values will be 100-200-300-400-500-600. We are looking forward to your participation! If any of the vertices of a component have degree 3 or higher so our total answ...
AtCoder (ABC 408)于上周六晚20:00进行,周日晚19:00我们在B站进行了AtCoder Beginner Contest 408的题解直播讲解,以下为本次直播讲解内容及文字解析。 ABC408主讲老师:北大图灵 王老师(NOI2022金牌) 欢迎加入ABC交流QQ群咨询、沟通、交流(群密码:AtCoder) ...