卡洛饿了
卡洛饿了
全部文章
题解
HTML(5)
MYSQL数据库(1)
排序(1)
数据结构(5)
王道考研机试(1)
高考(1)
归档
标签
去牛客网
登录
/
注册
卡洛饿了的博客
全部文章
/ 题解
(共7篇)
叠筐
//编译未能通过include<stdio.h> include<math.h> int n;char A,B,C; int main(){ bool frist=true; while(scanf("%d %c %c",&n,&B,&A)...
2020-02-23
0
596
报数
include<stdio.h> int n; void function(int n){ int a[4]={0},p=1,k=0; for(int i=1;p<n+1;i++) //i作为报数的数,p为要报出数的个数,当报出n个数时结束 { ...
2020-02-22
1
490
Repair the wall
include<stdio.h> include include using namespace std; int main(){ long int L,N,list[600]; while(scanf("%d %d",&L,&N)!=EOF) { ...
2020-02-18
0
638
迷瘴
include<stdio.h> include using namespace std; int main(){ int C; while(scanf("%d",&C)!=EOF) { int n; for(int i=0;i<...
2020-02-18
0
530
今年暑假不AC?
include<stdio.h> include using namespace std; struct Pro{ int sta; int end;}pro[100]; bool cmp(Pro a,Pro b){ if(a.end>b.end)return 0...
2020-02-18
1
494
sort
include<stdio.h> int n,m,f,list[1000001]={0}; int main(){ while(scanf("%d %d",&n,&m)!=EOF) { for(int i=0;i<n;i...
2020-02-17
1
398
fatmouse's trade
include<stdio.h> include include<string.h> using namespace std; struct List{ int java; int cat; float math;}list[1000]; bool cmp(...
2020-02-17
1
571