今日阳光正好,彼此我们正当年少
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《一个用来造数据的小玩具》发表评论:
qp
在讨论《「赛时答疑」洛谷入门赛》回复:
hpzc
在讨论《洛谷网校学员NOI获得8金38银28铜》回复:
qp
在讨论《8.2/3 比赛作弊名单(棕284封57)》回复:
qp
```cpp #include using namespace std; int t,ans = 0; int cnt; void dfs(int x0,int y0,int d0,int n,int m,char a[1005][1005],int k,bool f[1005][1005]){ if(cnt == k…
在讨论《为什么样例第二个没有把起始位置算进去》回复:
```cpp 5 5 20 1 1 0 ..... .xxx. .x.x. ..xx. x.... ```
```cpp #include using namespace std; int n; long long ans = -1e8; int a[1000005]; long long dp[1000005]; int main(){ cin >> n; for(int i = 1;i > a[i]; } dp[1] =…
一道水题 首先,读入n和a[i] cin >> n; for(int i = 1;i > a[i]; } 接着,从数字1到n开始枚举,定义l为第一个数字 k ,r为第二个数字k,在从1到2*n中,找到l,r。挑选l和r中间的数字的数量(r-l-1),maxn统计最大值,最后输出便可以了 for(int i = 1;i…
一道水题 首先,读入n和a[i] ```cpp cin >> n; for(int i = 1;i > a[i]; } ``` 接着,从数字1到n开始枚举,定义l为第一个数字 k ,r为第二个数字k,在从1到2*n中,找到l,r。挑选l和r中间的数字的数量(r-l-1),maxn统计最大值,最后输出便可以了 ```cp…
在讨论《洛谷网校学员NOI获得8金38银28铜》回复:
qp
在讨论《MX-X14/LGR-234作弊名单(棕 355 人,封 18 人)》回复:
qpzc
```cpp #include using namespace std; long long n,k; int main(){ cin >> n >> k; for(int i = 1;i > a; long long s = 1; bool f = 0; for(int j = 0;j k){ cout << "da…
在讨论《关于题目难度调整工单的新规定》回复:
qp
在讨论《LGR-234 赛时答疑帖》回复:
qp
在讨论《RemoteJudge 服务中断情况公告》回复:
qp
在讨论《70分求助,玄关》回复:
怎么离散化
在讨论《70分求助,玄关》回复:
[70分](https://www.luogu.com.cn/record/223256754)
在讨论《70分求助,玄关》回复:
@[hepp](luogu://user/541313) 爆内存了
在讨论《RemoteJudge 服务中断情况公告》回复:
hp
```cpp #include using namespace std; int n; int a[20005],b[20005]; int f[100000005]; long long l; long long num; int main(){ cin >> n; for(int i = 1;i > a[i] >>…
在讨论《我的翻译怎么被毙了???》回复:
666
在讨论《10分求调》回复:
```cpp #include using namespace std; int n,a[10005],ans; int main(){ cin >> n; for(int i = 0;i > a[i]; sort(a,a+n); for(int i = 1;i a[j]) swap(a[j-1],a[j]); els…
在讨论《本题 checker 已经修正》回复:
qp
在讨论《「UOI」Round 3 赛时答疑帖》回复:
qp
在讨论《#4 WA.......》回复:
```cpp #include using namespace std; int a[110]; int n; int num = 0; int v[110]; int main() { cin >> n; for(int i = 1; i > a[i]; for(int i = 1; i < n; i++) for(…
在讨论《oj题,不知哪里错了》回复:
@[rainbow_auto](/user/374258) 那该怎么做呢
在讨论《站外题求助,没有思路》回复:
@[yangsongen](/user/1109115) 你看看a的数据范围 这样写,恐怕连60分都拿不到