题目链接 题意:给你一堆的向量,问你向量之间的夹角最小的是那一对。 解法:极角排序,然后枚举相邻的一对就可以啦,但是坑爹的是double精度不够,使用long double 读入使用cin。。。 #include<bits/stdc++.h>using namespace std;#define LL long long#define pb push_back#define X f
A. Verify Password 思路:按照ASCLL值进行比较就行(因为字母的ASCLL本来就在数字后面),所以,只要找到前面比后面的数大就输出NO,反之YES 代码实现: #include<bits/stdc++.h>using namespace std;#define N 100005typedef long long ll;ll n, m, num, sum
A.Two Friends (思维) 题意: 小 A A A想开一个派对。他有 n n n个朋友,他希望至少有 2 2 2个朋友参加他的派对。 i i i 这个朋友最好的朋友是 p i p_i pi 。所有的 p i p_i pi 都是不同的,对于每一个 i ∈ [ 1 , n ] i \in [1, n] i∈[1,n] , p i ≠ i p_i \ne i pi=i 都是
题目链接 A. Johny Likes Numbers(Codeforces 678A) 思路 首先直接枚举 k k 的倍数是不可能的,数据规模告诉我们必须通过直接计算得到结果。下面分类,当 kk 能整除 n n 时,答案为 n+kn + k 。当 k k 不能整除 nn 时,计算 tmp=nmodk tmp = n \mod k , tmp tmp 表示n比“不超过 n n
A:能用3肯定用三,然后分类讨论即可 #include<bits/stdc++.h>using namespace std;const int N = 2e5+10,M=2*N,mod=998244353;#define int long longtypedef long long LL;typedef pair<int, int> PII;typedef unsigned long
A. PizzaForces A. PizzaForces 题意:易懂,略 思路:简单贪心即可,把n分成这样的形式n=10+x+10y,那么10y个人用y个large蛋糕,剩下的10+x用三种蛋糕组合 看哪个最省时间 AC_code: #include<bits/stdc++.h>using namespace std;typedef long long ll;int main(){
原题: C. Multi-judge Solving time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Makes solves problems on Decoforces and lots of other differen
原题: D. Suitable Replacement time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output You are given two strings s and t consisting of small Latin l
原题: E. Vasya’s Function time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Vasya is studying number theory. He has denoted a function f(a, b
原题: D. Round Subset time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Let’s call the roundness of the number the number of zeros to which
原题: D. Pair Of Lines time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output You are given n points on Cartesian plane. Every point is a lattice
原题: C. Chessboard time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Magnus decided to play a classic chess game. Though what he saw in his