有意思的签到题集合~~

题目来源各处都有,难度都是水题难度,但是又不是单纯模拟,有点意思的 No.1 牛客练习赛29A 思路:所有的正数都从1号位置出,所有的负数都不变,倒着来从自己的位置出去。 代码 #include<stdio.h> #include<iostream> #include<algorithm> #include<string.h> using namespace std; const int maxn
相关文章
相关标签/搜索