主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
江离
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
141
关注数
0
粉丝数
141
获赞数
4
阅读数
38907
c简单实现
#include <stdio.h> int main(){ int t,n,k,r,s; scanf("%d",&t); fo...
P1005
2021年6月15日 19:49
回复 1
|
赞 0
|
浏览 7.5k
c
#include <stdio.h> #include <stdlib.h> typedef struct Node{ struct Node *child[26]; int num...
P1098
2021年6月15日 21:19
回复 0
|
赞 1
|
浏览 6.0k
c实现
#include <stdio.h> int main(){ int m; scanf("%d",&m); int a=0; ...
P1008
2021年6月15日 20:08
回复 0
|
赞 0
|
浏览 8.1k
c++实现
#include<stdio.h> #include<iostream> #include<string> #include<algorithm> using namespace std; int main(){ ...
P1006
2021年6月15日 20:01
回复 0
|
赞 2
|
浏览 9.1k
利用sscanf()实现
#include <stdio.h> #include <string> #include <iostream> #include <algorithm> using namespace std; int main(){ &n...
P1003
2021年6月15日 19:34
回复 0
|
赞 1
|
浏览 8.1k
本科学校:华北电力大学
目标学校:北京航空航天大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!