I_AK_IOI_EVERY_DAY
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include using namespace std; int cnt=1,p[25000050],ans; char s[25000050]; void read(){ char c=getchar(); if(c 'z')c=getchar(); s[1]='$'; while(c>='a'&&c >t…
```cpp #include using namespace std; int n,q,a[10000005]; struct node{ int l,r,add,maxx,gai; }tree[40000005]; void build(int p,int l,int r){ tree[p].l=l,tree[p]…
```cpp #include using namespace std; int n,q,a[10000005]; struct node{ int l,r,add,maxx,gai; }tree[40000005]; void build(int p,int l,int r){ tree[p].l=l,tree[p]…
在文章《一只蒟蒻的CSP-J2024游记》发表评论:
后记: 今年J组成功喜提2=,期中考试全校排名第九,被家长好好奖励了一番(好耶)
在讨论《CSP获奖是还没公布吗》回复:
找着我自己了,是luogu还没弄好吗
在讨论《求SD选手代码》回复:
@[Retirees](https://www.luogu.com.cn/user/1042671) J组
~~蒟蒻第一次写游记不喜勿喷~~ 自我介绍一下:本人初二,坐标SD,今年第二次考J组(去年23分~~别喷了~~),成功以84.5的孬成绩过了初赛,略记一下考试前后的心路历程罢( # Day -? 知道自己过了初赛要乐死了(本来教练说SDJ组线是87来着),于是~~奖励~~犒劳了自己一个鸡腿 # Day -7~-3 这段…
在讨论《About CSP-J》回复:
感谢,已关
在讨论《About CSP-J》回复:
@[Misty_Post](https://www.luogu.com.cn/user/755789) 能写缺省源吗
蒟蒻第一次打CSP-j,有几个问题: 1.考场能带自己的食物,水,文具之类吗 2.考场上有草稿纸吗 3.能写 ```cpp #define int long long ``` 吗 4.看帖子说CCF的内存管理和你谷不一样,数组啥的开多了容易MLE(即使代码里用不到),是真的吗 5.能用电脑上的计算器,画图之类的东西吗
```cpp #include using namespace std; int n,m,ans; char c[505][505]; int dx[4]={0,1,0,-1}; int dy[4]={1,0,-1,0}; void dfs(int idx,int idy){ //for(int i=1;i n||y>…
在讨论《玄关,持续爆零》回复:
AC了,thank
```cpp #include using namespace std; int n; struct node { string name,s; int len,fin; } a[105]; int ans; string ss[105]; int main() { int j=0; cin>>n; for(int i…
在讨论《关于预估分数线》回复:
rt,今年j组太简单了,至少80+
在讨论《坐标SD,csp-j84.5有戏吗》回复:
山东行吗
在讨论《考csp-j要注意啥》回复:
rt,今年太简单了,80分稳了(
在讨论《52pts 玄关》回复:
???
``` #include using namespace std; int n,q,a[8005],flag,x,v; struct Node { int a,idx; } t[8005]; bool cmp(Node u, Node v){ return u.a = 2; j--){ if (c[j] < c[j-1…
在讨论《AC on #1#12》回复:
帮忙修改一下思路吧(悲)
```cpp #include using namespace std; int n,t1,n1,nation[100005],ans,book[100005],maxx; int main(){ scanf("%d",&n); for(int i=1;i 86400*i)memset(book,0,sizeof(bo…
```cpp #include using namespace std; int n,m,f[10001],ch,times; int find(int x){ if(f[x]==x)return x; return f[x]=find(f[x]); } struct node{ int x,y,t; }a[10001…
```cpp #include using namespace std; int n,m; int cnt; struct node{ int num,pts; }a[5005]; int plan=floor(m*1.5); int line; bool cmp(node a,node b){ if(a.pts!=b…
```c #include using namespace std; int n,a[1001],sum; int main(){ cin>>n; for(int i=1;i >a[i]; sort(a+1,a+n+1); for(int i=1;i<n;i++){ sum+=a[i]; } cout<<fixed<<…
```cpp #include using namespace std; int n; struct stu{ int Chinese,math,English,sum,name; }a[301]; bool cmp(stu a,stu b){ if(a.sum>b.sum){ return a.sum>b.sum;…
在讨论《评测机语言环境信息》回复:
rt
```cpp #include using namespace std; int n; string win; int num; int he; int sum; int maxx; struct jiangxuejing{ string name; int qimuopts; int classpts; char g…