主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
搜索
推 荐
择校分析
笔经面经
学习交流
我要提问
站内公告
调剂专题
精彩爆料
解题报告
我要提问
【C语言 P1015 答疑】若“int n; float f=
fgbgg
1
0
分享
题目链接:若“int n; float f=13.8;”,则执行“n=(int)f%3”后,n的值是 请在下方描述您遇到的问题:
我要提问
现在蛮迷茫的
biqian
3
0
分享
我看好多3月就开始复习了,本来就基础不好,还开始的慢,感觉到底考研还来不来的及啊,说一下个人情况。四级435擦线过,数学和专业课平时也就是学习一般的程度,26考研,看了好多考研贴,想要考个比较好的一本,到底怎么办啊
我要提问
【C语言 P1929 答疑】以下叙述正确的是 A)使用符号\可
maxixi
1
0
分享
题目链接:以下叙述正确的是 A)使用符号\可以将一条#include 命令写在多行里 B)#include < 请在下方描述您遇到的问题: 为什么选A
我要提问
[C语言 P1045] 程序运行结果不应该是0吗?
怎酿
2
0
分享
#include <stdio.h> main() { int x=2,y= -1,z=5; if(x<y) if(y<0) z=0; else z=z+1; printf("%d\n", z); } 运行结果是5,实在搞...
我要提问
小会员
馒头
1
0
分享
小会员赠送的资料在哪里查看啊
我要提问
为什么会超时呀,求助
yuningz
2
0
分享
想使用python大整数,runtime error,求助 ``` lst=[] while True: try: a = int(input()) ...
我要提问
[C语言 2042]题目似乎有点问题?
eastsugar
1
0
分享
有以下程序 #include <stdio.h> main( ) { int a = 1, b = 1; for( ; a–; ) b–; printf("%d,%d\n", a, b); } 程序运行后的输出结果是 A)-...
我要提问
[C语言 P1825] 求大佬解惑
eastsugar
1
0
分享
以下非法的字符常量是 A)’\n’ B)’\101’ C)’\x21’ D)’\0’ 答案是A,但转义字符不也是一种特殊的字符常量吗?
我要提问
1394题可以帮忙看看吗?
等等
2
0
分享
#include<bits/stdc++.h> using namespace std; int main(){ string s; while(getline(cin,s)){ &nbs...
我要提问
c语言刷题 非选择题无法显示通过
eastsugar
2
0
分享
直接问输出结果的题目,在讨论里输入答案,答案正确,无法显示通过呀?这种题要怎么过呢?
我要提问
1381 只有25%
DestinyCares+++
2
0
分享
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; struct node{  ...
我要提问
软工求解
我爱陈少熙
1
0
分享
数据流图中不是没有控制流吗
我要提问
本地正确输出提交输出错误
rainberry
1
0
分享
题号1382 哈夫曼树在输入为 2 2 8 3 5 11 30 的情况下在本地跑输出 为10 62 提交后错误答案显示我输出为10 78是为什么呢 #include<stdio.h> #include<stdlib.h> ...
我要提问
大佬帮我看看为啥只对60%,1067括号匹配
北海北
6
0
分享
#include using namespace std; int main() { int n; cin>>n; for(int i=0; i { ...
我要提问
N诺c++编译器
15275372321
1
0
分享
有没有人知道N诺的C++编译器用的是什么?祝大家都能上岸
我要提问
本地运行输入同样的数据的输出和提交后的错误输出不一样
rainberry
2
0
分享
题号1560 Special数在输入为 5 1 100 1000 5000 10000 的情况下在本地跑输出 为1 2 3 4 4提交后错误答案显示我输出为 #include #include int cal2(int num){ &nbs...
我要提问
字符串区间翻转 只有80%
DestinyCares+++
2
0
分享
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; const int maxn = 100000...
我要提问
链表合并 只有66%
DestinyCares+++
6
0
分享
#include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; typedef struct Lnod...
我要提问
反序相等 为什么会超时啊
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> #include<string> using namespace std; int main(){ for(int i=1000;i...
我要提问
题号1690 语法错误,但是VS上运行成功了的
WRW
3
0
分享
#include<stdio.h> #include<stdlib.h> #include<math.h> #include<string.h> //#include<> //#include<> usin...
我要提问
模拟考试1 为什么只有55%
DestinyCares+++
2
0
分享
#include<iostream> #include<cstring> #include<algorithm> using namespace std; const int maxn = 1005; int arr[maxn]; int m...
我要提问
为啥老是编译出错啊,它提示数组定义有问题
哈哈宝宝游泳
6
0
分享
#include<iostream> #include<vector> #include<map> #include<algorithm> #include<math.h> #include<string.h>...
我要提问
求该题的思路
哈哈宝宝游泳
1
0
分享
我要提问
明明的随机数 为什么output exceed
DestinyCares+++
2
0
分享
#include<iostream> #include<cstring> #include<string> #include<algorithm> #include<cstdlib> #include<ctime>...
我要提问
题号1895,二维数组输入问题C++
WRW
1
0
分享
动态分配二维数组并且输入值可以这样写吗,网上看到的这样的写法,但是VS上一直显示数组无法读取内存 char** T = (char**)malloc(n * sizeof(char*)); for (int i = 0; i...
我要提问
成绩排序问题-1151
落魄山抄书人
2
0
分享
我的代码如下 提交后数据通过率为66% 检查错误数据对比也没看到哪里有错 我自己看不出哪里有问题 请大佬帮忙看看~谢谢您 #include<stdlib.h> #include<iostream> #include<string.h> us...
我要提问
1698文件 处理
哈哈宝宝游泳
7
0
分享
为啥会多输出换行啊 #include<iostream> #include<vector> #include<map> #include<algorithm> #include<math.h> #include&...
我要提问
数组排序为什么不对
DestinyCares+++
2
0
分享
#include<iostream> #include<cstring> #include<string> #include<vector> #include<queue> #include<stack> #i...
我要提问
devc++可以自动在合适的地方加空格吗?
yanmo
1
0
分享
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
分享
#include<iostream> #include<cstring> #include<string> #include<queue> using namespace std; typedef struct Tnode { &...
我要提问
字符串匹配的问题求解,头痛
我爱陈少熙
10
0
分享
这是两个字符串s1,s2跟字符串s匹配的问题,求匹配的两个字符串的最大间隔。求问第二个字符串匹配(从s的末尾开始跟s2的末尾倒着匹配便于解题)的算法错在哪里了?(为了看到匹配情况我把两个匹配的字符输出了,但是输出的结果怪怪的),第一个匹配就没问题 char s[300],s2[10],s...
我要提问
题号1151
WRW
2
0
分享
题号1151 通过率只有66,但是对比输出数据并无错误,不知道jv 代码如下: #include #include #define MAX 50 //构造结构体成绩信息 typedef struct Stu { ...
我要提问
1411二叉排序树
哈哈宝宝游泳
1
0
分享
为啥这样创建二叉排序树,遍历输出的时候啥也输出不出来啊,求大佬解答 #include<iostream> #include<vector> #include<map> #include<utility> #include<...
我要提问
1412大整数排序
哈哈宝宝游泳
3
0
分享
对字符串先进行字典排序然后按照长度排序为啥不对啊,只能通过百分之六十,求大佬解答 #include<iostream> #include<vector> #include<map> #include<utility> #incl...
我要提问
二叉树遍历 为啥一直Runtime Error 求解
Fljjjj
2
0
分享
# 地址:1161 - 二叉树遍历 _N诺计算机考研 (noobdream.com) #include <iostream> #include <string> using namespace std; struct Node { &nbs...
我要提问
为啥这样写通过不了啊
渐鸿于陆
2
1
分享
n个数的最小公倍数 题目描述 Time Limit: 1000 ms Memory Limit: 256 mb 求n个数的最小公倍数。 输入输出格式 输入描述: 多组测试数据,第一行一个数n (0 < n <= 10),...
我要提问
c++求二维数组的每行之和
我爱陈少熙
1
0
分享
哪里出错了呀,怎么题目系统显示编译错误嘞,我在编译器上执行的好好的呀 #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
分享
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
分享
#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
分享
#include<iostream> #include<vector> #include<queue> #include<climits> #include<string> #include<cstring> ...
我要提问
最短路径问题 为什么不对
DestinyCares+++
3
0
分享
#include<iostream> #include<cstring> #include<string> &n...
我要提问
中南大学1673士兵排阵
哈哈宝宝游泳
3
0
分享
这个答案里的对坐标x统一都-i是什么意思啊,为啥要对x这样处理排序之后就是最少步数啊,求大佬解答 #include<bits/stdc++.h> using namespace std; //看完题我们会发现,其实y轴我们可以不考虑,而x轴是散乱的,如何将它们统一呢...
我要提问
模考
qwertasd
1
0
分享
为什么报名了模拟考试里面只有一个题目
我要提问
1565 最短路
yanmo
1
0
分享
struct Edge{ int u,v,w; Edge(int u, int v, int w):u(u),v(v),w(w){};//这一行是啥意思? };
我要提问
复旦大学机试:解一元一次方程
yusheng
3
0
分享
#include<bits/stdc++.h> using namespace std; int hh(string s)//统计x的系数 { int ans=0; for(int i...
我要提问
求解答为何第一个代码运行第二次输入直接结束了
我爱陈少熙
3
0
分享
已知这些整数的绝对值都小于100,每组整数的数量不少于1个,不大于20个。 输入格式 首先输入K(不小于2,不大于20)。每一行输入一组数据(至少有一组数据),每组至少有一个数据,在有多个数据时,两个数据之间有1到3个空格。最后一行输入100,标志输入的结束。 输出格式 ...
我要提问
确定比赛名次 只有50%
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> #include<string> #include<queue> #include<vector> using namespace std; c...
我要提问
简单背包问题 这是什么错误
DestinyCares+++
1
0
分享
#include<iostream> #include<string> #include<cstring> using namespace std; int main() { int s, n; &nbs...
我要提问
湖南大学猴子报数
哈哈宝宝游泳
3
0
分享
为什么这段代码输入n时用cin输入只有输入第一组数据的时候有输出但是从第二组开始就卡住了,但是换成scanf输入n他就能ac啊,求大佬解答 #include<iostream> #include<vector> #include<al...
我要提问
判断三角形类别 只有50%
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> #include<algorithm> using namespace std; /*double length(int x1, int y1, int x2, int y...
我要提问
求三角形的面积 为什么wrong
DestinyCares+++
2
0
分享
#include<bits/stdc++.h> using namespace std; double length(int x1,int y1,int x2,int y2) { double ans = 0; &nbs...
我要提问
中南大学机试真题爬楼梯
哈哈宝宝游泳
1
0
分享
为什么这段代码dp数组必须在main函数外面定义才行,如果我定义到main函数里面程序就什么都不会执行就直接结束了,还有如果用scanf输入就会出现输出超限的错误但是改成cin输入就ac了,这两个问题是为啥啊,求大佬解答 #include<iostream> #incl...
我要提问
1248:为咋子最后两个数被替换成0了呀
我爱陈少熙
1
0
分享
#include <stdio.h> #include<stdlib.h> #include<string.h> int cmpa(const void *a,const void *b) { return ...
我要提问
C语言中浮点类型数据不包括哪个部分()
八千
1
0
分享
C语言中浮点类型数据不包括哪个部分() A. 符号位 B. 指数位 C. 尾数部分 D. 小数 我在网上看怎么什么答案都有
我要提问
中南 最大连续子序列 为什么错误
DestinyCares+++
2
0
分享
#include<iostream> #include<climits> #include<cstdio> &n...
我要提问
删除最大最小数 75%?
DestinyCares+++
8
0
分享
#include<iostream> #include<cstring> #include<algorithm> #include<vector> #include<queue> using namespace std; ...
我要提问
当 b 无穷大的时候,函数func返回值最近接的选项是()
八千
1
0
分享
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
分享
#include<iostream> #include<cstring> using namespace std; const int maxn = 1005; int a[maxn][maxn]; int main() { &nbs...
我要提问
复旦大学二叉搜索树
yusheng
3
0
分享
复旦大学机试题 二叉搜索树 #include using namespace std; struct node{ int val; node *left,*right; &nb...
我要提问
我爱陈少熙
2
0
分享
我要提问
如果c为字符型变量,判断c是否为空格不能使用_______.(假设已知空格ASC
八千
2
0
分享
如果c为字符型变量,判断c是否为空格不能使用_______.(假设已知空格ASCII码为32) A) if(c=='32') B) if(c==32) ...
我要提问
1097负二进制的问题,
我爱陈少熙
0
0
分享
一开始是无限循环,后来输出结果是正确结果的逆序(输出顺序没错),现在直接输出错误答案了,请指导一下哪里出错了 #include<stdio.h> #include<stdlib.h> #include<string.h> int main() ...
我要提问
输出0和1的个数,整形int 输入15 输出0的个数为28,1的个数为4,为什
寥寥楠
3
0
分享
#include<stdio.h> int main(){ int n=0; int one=0; int zero=0; scanf("%d&q...
我要提问
判读素数,是素数输出,不是素数输出大于他的第一个素数,代码通过率80%看不出来哪
寥寥楠
2
0
分享
#include<stdio.h> #include<stdbool.h> bool judge(int n){ for(int i=2;i<n;i++){ &nb...
我要提问
下面程序段的运行结果是( )
八千
3
0
分享
下面程序段的运行结果是( ) 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]) ;
我要提问
1091 促销计算 为什么测试不通过
acv
2
0
分享
某百货公司为了促销,采用购物打折的优惠方法,每位顾客一次购物:在1000元以上者,按9.5折优惠;在2000以上者,按9折优惠;在3000以上者,按8.5折优惠;在5000以上者,按8折优惠;编写程序,购物款数,计算并输出优惠价。 #include using na...
我要提问
括号匹配 为什么一个个样例输入判断正确 5个一起就错误
DestinyCares+++
7
0
分享
#include<iostream> #include<stack> #include<string> using namespace std; int priority(char c) { if (c =...
我要提问
1161 二叉树遍历
yanmo
1
0
分享
#include<bits/stdc++.h> using namespace std; typedef struct node{ int data; struct node* lchild; struct node* rchild; }*Bitree; ...
我要提问
1071 幂次方
yanmo
1
0
分享
#include<bits/stdc++.h> using namespace std; typedef long long ll; int main(){ ll x,n; cin>>x>>n; int mod=233333; ll...
我要提问
1102 素数判定
yanmo
2
0
分享
#include<bits/stdc++.h> using namespace std; //线性素数筛选,prime[0]存储素数个数 const int maxn=1000000+5; int prime[maxn]; void getprime(){ ...
我要提问
简单计算器 为什么runtime(python)
DestinyCares+++
3
0
分享
while True: a=input() if a=="0": break  ...
我要提问
括号匹配南理工 为什么错误
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> #include<stack> #include<cstdio> using namespace std; int main() {  ...
我要提问
1312 畅通工程
yanmo
1
0
分享
//普里姆算法 #include<bits/stdc++.h> using namespace std; #define INF 0x3f3f3f3f //定义无穷大 const int maxn=100+5; int mpt[maxn][maxn];//邻接矩阵 ...
我要提问
杨辉三角形 西北工业大学 为什么wrong question
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> using namespace std; const int maxn = 25; int a[maxn][maxn]; int main() { ...
我要提问
软工判断题为什么是错的
我爱陈少熙
2
0
分享
多态性增强了软件的灵活性和重用性,允许用更为明确、易懂的方式去建立通用软件,多态性和继承性相结合使软件具有更广泛的重用性和可扩充性。(×)
我要提问
打印日期
promising
2
0
分享
打印日期这个题,为啥前面几个测试用例都对,后面三个不对啊,如果不输前面几个,后面三个输出就没有问题 #include int main() { int m,n; int i=1;  ...
我要提问
川大计算机复试贴
muff
1
0
分享
川大计算机复试C语言可以用C++写吗
我要提问
1564 石油
yanmo
1
0
分享
为什么不能直接用x和y? void dfs(int x,int y){//从m[x][y]出发遍历属于同一石油块的pocket visit[x][y]=1; for(int i=0;i<8;i++){/...
我要提问
幂次方 为什么错误
DestinyCares+++
3
0
分享
#include<iostream> #include<cstring> using namespace std; int fast(int a,int b,int mod) { long long answer = 1...
我要提问
高分篇的喝饮料问题(1478)
我爱陈少熙
1
0
分享
商店里有 n 中饮料,第 i 种饮料有 mi 毫升,价格为 wi。小明现在手里有 x 元,他想吃尽量多的饮料,于是向你寻求帮助,怎么样买才能吃的最多。请注意,每一种饮料都可以只买一部分。 我运行的结果跟书上不一样,就想测试排序是否出错,但是结果显示有误,请问是cmp函...
我要提问
1563 迷宫 const
yanmo
3
0
分享
为什么第六行必须要用const定义? //将结构体作为队列的元素 //广度优先搜索 #include<bits/stdc++.h> using namespace std; const int maxn=100+5; char M[maxn]...
我要提问
1289 runtime error?
DestinyCares+++
1
0
分享
#include<iostream> #include<cstring> #include<cmath> #include<algorithm> #include<vector> using namespace std; ...
我要提问
请各位大佬帮我看看哪里出错了-1375
LJC27
1
0
分享
#include<bits/stdc++.h> #include<algorithm> #include<cmath> using namespace std; bool prime(int n) { int flag = ...
我要提问
1344 为什么输入什么 输出的都是0 0
DestinyCares+++
3
0
分享
#include<iostream> #include<string> #include<climits> #include<vector> #include<queue> using namespace std; c...
我要提问
q.top()
yanmo
3
0
分享
priority_queue<int,vector<int>,greater<int>> q; int weight+=q.top(); 第二行语法有问题吗?
我要提问
高分篇里面的成绩排序(编号1151)的问题
我爱陈少熙
4
0
分享
我用的c语言编写的结构体排序,为什么最后运行的结果成绩无法输出呀。 #include <stdio.h> #include<stdlib.h> #include<string.h> struct stu { ...
我要提问
1010 排序
yanmo
2
0
分享
为什么runtime error了呀? #include<bits/stdc++.h> using namespace std; int main(){ int n; ci...
我要提问
1380二进制串
yanmo
1
0
分享
#include<bits/stdc++.h> using namespace std; int main(){ unsigned int n; while(cin>>n){ string s; //定义字符串存储转换后的二进制串 int ...
我要提问
单词替换 只有75%
DestinyCares+++
0
0
分享
#include<iostream> #include<string> using namespace std; int main() { string str, a, b; wh...
我要提问
单词替换
DestinyCares+++
0
0
分享
#include<iostream> #include<string> using namespace std; int main() { string str, a, b; wh...
我要提问
删除字符串 编译错误
DestinyCares+++
0
0
分享
#include<bits/stdc++.h> using namespace std; int main() { char s[105]; string t = "gzu&quo...
我要提问
单词替换 为什么会output limit
DestinyCares+++
0
0
分享
#include<iostream> #include<vector> #include<string> #include<algorithm> using namespace std; int number[105] = { 0 ...
我要提问
简单背包问题 为什么不对
DestinyCares+++
0
0
分享
#include<bits/stdc++.h> using namespace std; const int maxn = 1005; int w[maxn]; int dp[maxn][maxn] = {0}; int main() {  ...
我要提问
点菜问题 为什么wrong question
DestinyCares+++
2
0
分享
#include<bits/stdc++.h> using namespace std; const int maxn = 105; int w[maxn];//价格 int v[maxn];//分数 int dp[maxn][maxn]; int main...
我要提问
1566 为什么编译错误
DestinyCares+++
1
0
分享
#include<iostream> #include<queue> #include<vector> using namespace std; const int maxn = 1000 + 5; int mpt[maxn][maxn];...
我要提问
1341 为什么80%
DestinyCares+++
1
0
分享
#include<iostream> #include<algorithm> using namespace std; const int maxn = 1000 + 5; int f[maxn]; int height[maxn]; struct no...
我要提问
1319 为什么错误
DestinyCares+++
1
0
分享
#include<iostream> #include<string> using namespace std; const int maxn = 1000 + 5; int f[maxn]; int height[maxn]; int find(i...
我要提问
1027 不知道哪里错了
DestinyCares+++
2
0
分享
#incldue<bits/stdc++.h> using namespace std; int main(){ char s[105]; char s_lower[105]; &...
我要提问
1161 ouput limit exceed?
DestinyCares+++
1
0
分享
#include<iostream> using namespace std; typedef struct Tnode { char data; struct Tnode * lchild, ...
我要提问
1838 为什么错了
DestinyCares+++
1
0
分享
#include<iostream> #include<stack> #include<algorithm> #include<string> using namespace std; int main() { &nb...
我要提问
全站热榜
1
N诺成就值出炉,帮你一眼识别大神
2
机试如何才能快速提高?
3
[置顶]计算机考研择校分析【25考研必读】
4
广度优先搜索计算每个人移动到每个位置需要去掉障碍物的最少数目,最后求和的最小值
5
简单易懂
6
1377旋转矩阵
7
C++递归解法,有注释
8
ip地址(C)
9
1017 幂次方 快速幂模板
10
计算机考研复试笔记——操作系统篇