主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
讨论区
兑换中心
登录
注册
上岸
搜索
推 荐
择校分析
笔经面经
学习交流
我要提问
站内公告
调剂专题
精彩爆料
解题报告
我要提问
为什么会超时呀,求助
yuningz
回复 2
|
赞 0
|
浏览 238
想使用python大整数,runtime error,求助 ``` lst=[] while True: try: a = int(input()) ...
我要提问
[C语言 2042]题目似乎有点问题?
eastsugar
回复 1
|
赞 0
|
浏览 314
有以下程序 #include <stdio.h> main( ) { int a = 1, b = 1; for( ; a–; ) b–; printf("%d,%d\n", a, b); } 程序运行后的输出结果是 A)-...
我要提问
[C语言 P1825] 求大佬解惑
eastsugar
回复 1
|
赞 0
|
浏览 258
以下非法的字符常量是 A)’\n’ B)’\101’ C)’\x21’ D)’\0’ 答案是A,但转义字符不也是一种特殊的字符常量吗?
我要提问
1394题可以帮忙看看吗?
等等
回复 2
|
赞 0
|
浏览 293
#include<bits/stdc++.h> using namespace std; int main(){ string s; while(getline(cin,s)){ &nbs...
我要提问
c语言刷题 非选择题无法显示通过
eastsugar
回复 2
|
赞 0
|
浏览 260
直接问输出结果的题目,在讨论里输入答案,答案正确,无法显示通过呀?这种题要怎么过呢?
我要提问
1381 只有25%
DestinyCares+++
回复 2
|
赞 0
|
浏览 405
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; struct node{  ...
我要提问
软工求解
我爱陈少熙
回复 1
|
赞 0
|
浏览 327
数据流图中不是没有控制流吗
我要提问
本地正确输出提交输出错误
rainberry
回复 1
|
赞 0
|
浏览 308
题号1382 哈夫曼树在输入为 2 2 8 3 5 11 30 的情况下在本地跑输出 为10 62 提交后错误答案显示我输出为10 78是为什么呢 #include<stdio.h> #include<stdlib.h> ...
我要提问
大佬帮我看看为啥只对60%,1067括号匹配
北海北
回复 6
|
赞 0
|
浏览 426
#include using namespace std; int main() { int n; cin>>n; for(int i=0; i { ...
我要提问
N诺c++编译器
15275372321
回复 1
|
赞 0
|
浏览 332
有没有人知道N诺的C++编译器用的是什么?祝大家都能上岸
我要提问
本地运行输入同样的数据的输出和提交后的错误输出不一样
rainberry
回复 2
|
赞 0
|
浏览 360
题号1560 Special数在输入为 5 1 100 1000 5000 10000 的情况下在本地跑输出 为1 2 3 4 4提交后错误答案显示我输出为 #include #include int cal2(int num){ &nbs...
我要提问
字符串区间翻转 只有80%
DestinyCares+++
回复 2
|
赞 0
|
浏览 357
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; const int maxn = 100000...
我要提问
链表合并 只有66%
DestinyCares+++
回复 6
|
赞 0
|
浏览 415
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; typedef struct Lnod...
我要提问
反序相等 为什么会超时啊
DestinyCares+++
回复 1
|
赞 0
|
浏览 320
#include<iostream> #include<cstring> #include<string> using namespace std; int main(){ for(int i=1000;i...
我要提问
题号1690 语法错误,但是VS上运行成功了的
WRW
回复 3
|
赞 0
|
浏览 275
#include<stdio.h> #include<stdlib.h> #include<math.h> #include<string.h> //#include<> //#include<> usin...
我要提问
模拟考试1 为什么只有55%
DestinyCares+++
回复 2
|
赞 0
|
浏览 594
#include<iostream> #include<cstring> #include<algorithm> using namespace std; const int maxn = 1005; int arr[maxn]; int m...
我要提问
为啥老是编译出错啊,它提示数组定义有问题
哈哈宝宝游泳
回复 6
|
赞 0
|
浏览 320
#include<iostream> #include<vector> #include<map> #include<algorithm> #include<math.h> #include<string.h>...
我要提问
求该题的思路
哈哈宝宝游泳
回复 1
|
赞 0
|
浏览 259
我要提问
明明的随机数 为什么output exceed
DestinyCares+++
回复 2
|
赞 0
|
浏览 332
#include<iostream> #include<cstring> #include<string> #include<algorithm> #include<cstdlib> #include<ctime>...
我要提问
题号1895,二维数组输入问题C++
WRW
回复 1
|
赞 0
|
浏览 340
动态分配二维数组并且输入值可以这样写吗,网上看到的这样的写法,但是VS上一直显示数组无法读取内存 char** T = (char**)malloc(n * sizeof(char*)); for (int i = 0; i...
我要提问
成绩排序问题-1151
落魄山抄书人
回复 2
|
赞 0
|
浏览 328
我的代码如下 提交后数据通过率为66% 检查错误数据对比也没看到哪里有错 我自己看不出哪里有问题 请大佬帮忙看看~谢谢您 #include<stdlib.h> #include<iostream> #include<string.h> us...
我要提问
1698文件 处理
哈哈宝宝游泳
回复 7
|
赞 0
|
浏览 469
为啥会多输出换行啊 #include<iostream> #include<vector> #include<map> #include<algorithm> #include<math.h> #include&...
我要提问
数组排序为什么不对
DestinyCares+++
回复 2
|
赞 0
|
浏览 407
#include<iostream> #include<cstring> #include<string> #include<vector> #include<queue> #include<stack> #i...
我要提问
devc++可以自动在合适的地方加空格吗?
yanmo
回复 1
|
赞 0
|
浏览 413
int j = 0; next[0] = 0; for(int i = 1; i < s.size(); i++) { while (j > 0 && s[i] != s[j]) { ...
我要提问
判断二叉树是否对称 55%
DestinyCares+++
回复 2
|
赞 0
|
浏览 414
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; typedef struct Tnode { &...
我要提问
字符串匹配的问题求解,头痛
我爱陈少熙
回复 10
|
赞 0
|
浏览 474
这是两个字符串s1,s2跟字符串s匹配的问题,求匹配的两个字符串的最大间隔。求问第二个字符串匹配(从s的末尾开始跟s2的末尾倒着匹配便于解题)的算法错在哪里了?(为了看到匹配情况我把两个匹配的字符输出了,但是输出的结果怪怪的),第一个匹配就没问题 char s[300],s2[10],s...
我要提问
题号1151
WRW
回复 2
|
赞 0
|
浏览 402
题号1151 通过率只有66,但是对比输出数据并无错误,不知道jv 代码如下: #include #include #define MAX 50 //构造结构体成绩信息 typedef struct Stu { ...
我要提问
1411二叉排序树
哈哈宝宝游泳
回复 1
|
赞 0
|
浏览 308
为啥这样创建二叉排序树,遍历输出的时候啥也输出不出来啊,求大佬解答 #include<iostream> #include<vector> #include<map> #include<utility> #include<...
我要提问
1412大整数排序
哈哈宝宝游泳
回复 3
|
赞 0
|
浏览 322
对字符串先进行字典排序然后按照长度排序为啥不对啊,只能通过百分之六十,求大佬解答 #include<iostream> #include<vector> #include<map> #include<utility> #incl...
我要提问
二叉树遍历 为啥一直Runtime Error 求解
Fljjjj
回复 2
|
赞 0
|
浏览 345
# 地址:1161 - 二叉树遍历 _N诺计算机考研 (noobdream.com) #include <iostream> #include <string> using namespace std; struct Node { &nbs...
我要提问
为啥这样写通过不了啊
渐鸿于陆
回复 2
|
赞 1
|
浏览 459
n个数的最小公倍数 题目描述 Time Limit: 1000 ms Memory Limit: 256 mb 求n个数的最小公倍数。 输入输出格式 输入描述: 多组测试数据,第一行一个数n (0 < n <= 10),...
我要提问
c++求二维数组的每行之和
我爱陈少熙
回复 1
|
赞 0
|
浏览 493
哪里出错了呀,怎么题目系统显示编译错误嘞,我在编译器上执行的好好的呀 #include <iostream> using namespace std; #define N 10 void row_sum(int m,int n,int a[N][N],int* re...
我要提问
二叉排序树中寻找p和q的最近公共祖先
yanmo
回复 1
|
赞 0
|
浏览 388
TreeNode* search(TreeNode* root, TreeNode* p, TreeNode* q) { if(root->val>=min(p->val,q->val)&&root->val<=...
我要提问
为什么没有输出啊?调试的时候报错program receive signal s
yanmo
回复 1
|
赞 0
|
浏览 264
#include<bits/stdc++.h> using namespace std; bool istrue(int a, int b, int c, int d){ int ans1=a*b*c*d; int ans2=a*b*c+d; int ans3=...
我要提问
北邮最短路径 75%
DestinyCares+++
回复 1
|
赞 0
|
浏览 338
#include<iostream> #include<vector> #include<queue> #include<climits> #include<string> #include<cstring> ...
我要提问
最短路径问题 为什么不对
DestinyCares+++
回复 3
|
赞 0
|
浏览 309
#include<iostream> #include<cstring> #include<string> &n...
我要提问
中南大学1673士兵排阵
哈哈宝宝游泳
回复 3
|
赞 0
|
浏览 298
这个答案里的对坐标x统一都-i是什么意思啊,为啥要对x这样处理排序之后就是最少步数啊,求大佬解答 #include<bits/stdc++.h> using namespace std; //看完题我们会发现,其实y轴我们可以不考虑,而x轴是散乱的,如何将它们统一呢...
我要提问
模考
qwertasd
回复 1
|
赞 0
|
浏览 234
为什么报名了模拟考试里面只有一个题目
我要提问
1565 最短路
yanmo
回复 1
|
赞 0
|
浏览 240
struct Edge{ int u,v,w; Edge(int u, int v, int w):u(u),v(v),w(w){};//这一行是啥意思? };
我要提问
复旦大学机试:解一元一次方程
yusheng
回复 3
|
赞 0
|
浏览 227
#include<bits/stdc++.h> using namespace std; int hh(string s)//统计x的系数 { int ans=0; for(int i...
我要提问
求解答为何第一个代码运行第二次输入直接结束了
我爱陈少熙
回复 3
|
赞 0
|
浏览 555
已知这些整数的绝对值都小于100,每组整数的数量不少于1个,不大于20个。 输入格式 首先输入K(不小于2,不大于20)。每一行输入一组数据(至少有一组数据),每组至少有一个数据,在有多个数据时,两个数据之间有1到3个空格。最后一行输入100,标志输入的结束。 输出格式 ...
我要提问
确定比赛名次 只有50%
DestinyCares+++
回复 1
|
赞 0
|
浏览 376
#include<iostream> #include<cstring> #include<string> #include<queue> #include<vector> using namespace std; c...
我要提问
简单背包问题 这是什么错误
DestinyCares+++
回复 1
|
赞 0
|
浏览 338
#include<iostream> #include<string> #include<cstring> using namespace std; int main() { int s, n; &nbs...
我要提问
湖南大学猴子报数
哈哈宝宝游泳
回复 3
|
赞 0
|
浏览 443
为什么这段代码输入n时用cin输入只有输入第一组数据的时候有输出但是从第二组开始就卡住了,但是换成scanf输入n他就能ac啊,求大佬解答 #include<iostream> #include<vector> #include<al...
我要提问
判断三角形类别 只有50%
DestinyCares+++
回复 1
|
赞 0
|
浏览 328
#include<iostream> #include<cstring> #include<algorithm> using namespace std; /*double length(int x1, int y1, int x2, int y...
我要提问
求三角形的面积 为什么wrong
DestinyCares+++
回复 2
|
赞 0
|
浏览 306
#include<bits/stdc++.h> using namespace std; double length(int x1,int y1,int x2,int y2) { double ans = 0; &nbs...
我要提问
中南大学机试真题爬楼梯
哈哈宝宝游泳
回复 1
|
赞 0
|
浏览 260
为什么这段代码dp数组必须在main函数外面定义才行,如果我定义到main函数里面程序就什么都不会执行就直接结束了,还有如果用scanf输入就会出现输出超限的错误但是改成cin输入就ac了,这两个问题是为啥啊,求大佬解答 #include<iostream> #incl...
我要提问
1248:为咋子最后两个数被替换成0了呀
我爱陈少熙
回复 1
|
赞 0
|
浏览 245
#include <stdio.h> #include<stdlib.h> #include<string.h> int cmpa(const void *a,const void *b) { return ...
我要提问
C语言中浮点类型数据不包括哪个部分()
八千
回复 1
|
赞 0
|
浏览 248
C语言中浮点类型数据不包括哪个部分() A. 符号位 B. 指数位 C. 尾数部分 D. 小数 我在网上看怎么什么答案都有
我要提问
中南 最大连续子序列 为什么错误
DestinyCares+++
回复 2
|
赞 0
|
浏览 333
#include<iostream> #include<climits> #include<cstdio> &n...
我要提问
删除最大最小数 75%?
DestinyCares+++
回复 8
|
赞 0
|
浏览 460
#include<iostream> #include<cstring> #include<algorithm> #include<vector> #include<queue> using namespace std; ...
我要提问
当 b 无穷大的时候,函数func返回值最近接的选项是()
八千
回复 1
|
赞 0
|
浏览 362
float func(float a, int b) { float m=1, n=1; int i; for (i=1; i <b; i ++) { m*= a/i; ...
我要提问
西北工业大学--杨辉三角为:wrong question
DestinyCares+++
回复 2
|
赞 0
|
浏览 564
#include<iostream> #include<cstring> using namespace std; const int maxn = 1005; int a[maxn][maxn]; int main() { &nbs...
我要提问
复旦大学二叉搜索树
yusheng
回复 3
|
赞 0
|
浏览 282
复旦大学机试题 二叉搜索树 #include using namespace std; struct node{ int val; node *left,*right; &nb...
我要提问
我爱陈少熙
回复 2
|
赞 0
|
浏览 364
我要提问
如果c为字符型变量,判断c是否为空格不能使用_______.(假设已知空格ASC
八千
回复 2
|
赞 0
|
浏览 368
如果c为字符型变量,判断c是否为空格不能使用_______.(假设已知空格ASCII码为32) A) if(c=='32') B) if(c==32) ...
我要提问
1097负二进制的问题,
我爱陈少熙
回复 0
|
赞 0
|
浏览 435
一开始是无限循环,后来输出结果是正确结果的逆序(输出顺序没错),现在直接输出错误答案了,请指导一下哪里出错了 #include<stdio.h> #include<stdlib.h> #include<string.h> int main() ...
我要提问
输出0和1的个数,整形int 输入15 输出0的个数为28,1的个数为4,为什
寥寥楠
回复 3
|
赞 0
|
浏览 334
#include<stdio.h> int main(){ int n=0; int one=0; int zero=0; scanf("%d&q...
我要提问
判读素数,是素数输出,不是素数输出大于他的第一个素数,代码通过率80%看不出来哪
寥寥楠
回复 2
|
赞 0
|
浏览 367
#include<stdio.h> #include<stdbool.h> bool judge(int n){ for(int i=2;i<n;i++){ &nb...
我要提问
下面程序段的运行结果是( )
八千
回复 3
|
赞 0
|
浏览 315
下面程序段的运行结果是( ) int i=O, a[]={3,4,5,4,3}; do{ a[i]++; }while(a[++i]<5); for(i=0;i<5;i++) printf(“%d”,a[i]) ;
我要提问
近期热门
1
N诺成就值出炉,帮你一眼识别大神
2
机试如何才能快速提高?
3
[置顶]计算机考研择校分析【25考研必读】
4
广度优先搜索计算每个人移动到每个位置需要去掉障碍物的最少数目,最后求和的最小值
5
1377旋转矩阵
6
C++递归解法,有注释
7
ip地址(C)
8
简单易懂
9
1017 幂次方 快速幂模板
10
计算机考研复试笔记——操作系统篇