发表评论取消回复
相关阅读
相关 Codeforces Round #580 (Div. 2)
A题---水题: int a[105],b[105]; int main() { int n1,n2; cin>>n1
相关 Codeforces Round #721 (Div. 2)
[链接][Link 1] Palindrome Game (easy version思维 大意 思路 code1 code2 大意 给定
相关 codeforces-round375-div2
题目链接:[codeforces round 375 div2][] A题: 读一遍题目就知道是超级水的题目,,就是给你三个坐标,求三个坐标汇集到一个点所走的路程
相关 Codeforces Round 374 div2
题目链接: [ CodeforcesRound374][CodeforcesRound374] 做了这么久cf了,,c题有时候还是做不起,,真的好菜,,,,
相关 Codeforces Round #402 (Div. 2) (A-D)
[CF \402 div2][CF _402 div2] A题: 数学。具体看代码吧。很容易明白的。 include<bits/stdc++.h> usi
相关 Codeforces Round #117 (Div. 2)
A : Battlefield 悲剧 看了很长时间的题目T\_\_T, :cry: 不会做 结果证明当时的决定也是正确的,全场最难的题 官网上的思路 Battl
相关 Codeforces Round #553 (Div. 2)
A:[http://codeforces.com/contest/1151/problem/A][http_codeforces.com_contest_1151_proble
相关 Codeforces Round #562 (Div. 2)
A. Circle Metro 题意:有两条线路线路,一条是正着走的,一条是倒着走的,一个人在第一条,一个人在第二条,给你两个人的起点和终点,问你是否能相遇。 ![Cont
相关 Codeforces Round #580 (Div. 2) D Shortest Cycle(最小环)
题意:给你n个数,如果每两个数且(and)不为0,可以连无向边,求最小环。 分析:最小环可以利用Floyd来搞,n太大,如果n很小就可以直接搞了,考虑把n缩小,因为最小
相关 Codeforces Round #573 (Div. 2)
<table> <thead> <tr> <th>Sloved</th> <th align="center">A</th> <th alig
还没有评论,来说两句吧...