
ccf
616161sly
一个喜欢海贼又喜欢编程的工科女孩!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CCF 买菜(100分)
#include<stdio.h>#define maxn 1000000int a[maxn];int b[maxn];int c[maxn];int d[maxn];int main(){ int n,i,j,temp,time; i = j = time = 0; scanf("%d",&n); for(i=0;i<n;i+...原创 2019-03-09 16:56:21 · 289 阅读 · 0 评论 -
分蛋糕(100分)
原创 2019-03-10 17:16:58 · 326 阅读 · 0 评论 -
CCF中间数(100分)
原创 2019-03-10 18:11:44 · 314 阅读 · 0 评论 -
CCF学生排队(100分)
#include<stdio.h>#define maxn 10000int queen[maxn];int main(){ int number,times,i,id,length; int position,temp; scanf("%d%d",&number,&times); for(i=1;i<=num...原创 2019-03-16 20:48:14 · 338 阅读 · 0 评论