主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
ymw1836828452
我就是我
关注
发消息
文章
0
题解
34
发帖
0
笔记
0
Ta的粉丝
329
关注数
0
粉丝数
329
获赞数
1
阅读数
281281
输入输出,都没问题,但是通不过,(ˉ▽ˉ;)...
#include <stdio.h> #include <stdlib.h> //输入输出,都没问题,但是通不过,(ˉ▽ˉ;)... int main() {char a[100]; gets(a); int i,t=1; for(i=0;a[...
P1103
2020年4月26日 14:26
回复 1
|
赞 0
|
浏览 8.1k
超时了,不过没错误
#include <iostream> using namespace std; int main() { double a,b,c,d,e,f; while(1) {...
P1218
2020年4月30日 11:29
回复 1
|
赞 0
|
浏览 8.5k
java
import java.util.*; class bombing{ private int sum; private double a[],k[]; bombing(in...
P1073
2021年1月21日 17:24
回复 0
|
赞 0
|
浏览 6.8k
菜鸟留笔
package king;//操作一模一样,但是通不过 import java.math.BigInteger; import java.math.BigDecimal; import java.util.*; class waterking{ ...
P1074
2020年9月25日 13:47
回复 0
|
赞 0
|
浏览 8.3k
题解
#include <stdio.h> #include <stdlib.h> struct station { int A; int B; int num; }a[20]; int main() { int n,m...
P1458
2020年5月19日 09:55
回复 0
|
赞 0
|
浏览 8.6k
c++利用继承
#include <iostream> using namespace std; class compare {protected: int b[100]; public: void afferent(int a[...
P1426
2020年5月8日 15:06
回复 0
|
赞 0
|
浏览 8.8k
通过率:60%
#include <stdio.h> int main() { int n; scanf("%d",&n); switch (n) { &n...
P1136
2020年5月7日 10:46
回复 1
|
赞 0
|
浏览 8.1k
题解
#include <stdio.h> #include <stdlib.h> #include <string.h> void judge(char *p) { int t=0,j,i,k; ...
P1032
2020年5月7日 10:27
回复 0
|
赞 0
|
浏览 9.1k
题解
#include <iostream> using namespace std; //利用数据的强制转换!!!!! class judge {private: double a; int b; publi...
P1031
2020年5月6日 21:06
回复 0
|
赞 0
|
浏览 8.1k
题解
#include <stdio.h> #include <stdlib.h> int main() { int e,v,f; while(scanf("%d%d",&e,&...
P1030
2020年5月6日 20:45
回复 0
|
赞 0
|
浏览 9.3k
题解
#include <stdio.h> #include <stdlib.h> int main() { int n,i,j=0; long long int a[100]; while((scanf("%d",&...
P1167
2020年5月5日 11:13
回复 0
|
赞 0
|
浏览 8.9k
题解
#include <stdio.h> #include <stdlib.h> int main() { int a[1000],n; scanf(...
P1116
2020年5月4日 12:53
回复 0
|
赞 1
|
浏览 7.9k
(非链表)
#include <stdio.h> #include <stdlib.h> #include<math.h> typedef struct { double a,b,c; struct st...
P1028
2020年5月3日 13:31
回复 0
|
赞 0
|
浏览 7.3k
(超时了,o(^▽^)o,供参考)
#include <stdio.h> #include <stdlib.h> #define len sizeof(struct star) struct star { float a,b,c;  ...
P1028
2020年5月3日 13:15
回复 0
|
赞 0
|
浏览 7.2k
题解
#include <stdio.h> #include <stdlib.h> #define len sizeof(struct node) //类似于排序 struct node {int num; struct node *next; }; ...
P1015
2020年5月2日 11:55
回复 0
|
赞 0
|
浏览 8.7k
题解
#include <stdio.h> #include <stdlib.h> int main() { char c[100],b[100]; gets(c); int i,j...
P1006
2020年5月1日 10:24
回复 0
|
赞 0
|
浏览 8.5k
题解
#include <stdio.h> #include <stdlib.h> int main() {int n,m,a[20],i,j,t=0,k; scanf("%d%d",&n,&m); for(i=0;i<...
P1005
2020年5月1日 10:17
回复 0
|
赞 0
|
浏览 8.1k
题解
#include <stdio.h> #include <math.h> int main() {int a,b; while( scanf("%d%d",&a,&b)!=EOF)//当是输入为ctrl+z是,...
P1003
2020年4月30日 12:26
回复 0
|
赞 0
|
浏览 9.0k
题解
#include <stdio.h> int main() {int n,a[10000],i,j; //a[10000]很重要o(^▽^)o,感觉这题,太死板 while(1) { scanf("%d",&n...
P1181
2020年4月28日 10:19
回复 0
|
赞 0
|
浏览 9.0k
题解
#include <stdio.h> #include <stdlib.h> //我认为题不准确,它要多组数据,却没有数据结束标志,我不用循环,只给一组数据,又通不过:一下通过率33%。 int main() {char a[80]; &...
P1179
2020年4月28日 09:51
回复 0
|
赞 0
|
浏览 8.2k
1
2
本科学校:贵州大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!