主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
A001
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
9
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
0
阅读数
6611
南京理工-括号匹配 题解:为什么不通过呢
#include<iostream> #include<string.h> #include<map> #include<stack> using namespace std; int main(){ &...
P1838
2024年3月22日 10:07
回复 2
|
赞 0
|
浏览 481
判断素数 题解:为什么只通过60%呢 请找出错误输入 谢谢!
#include<iostream> using namespace std; int main(){ int n; cin>>n; int flag=0; &n...
P1013
2024年3月13日 11:22
回复 4
|
赞 0
|
浏览 735
特殊排序 题解:为什么只通过50%呢,请找出错误用例,谢谢!
#include<stdio.h> #include<stdlib.h> int cmp(const void *a, const void *b){ return *(int *)a - *(int *)b;//升序 //...
P1400
2024年3月10日 16:18
回复 2
|
赞 0
|
浏览 490
奥运排序问题 题解:为什么只通过25%呢 ?请找错误用例 谢谢!!
#include<stdio.h> #include<stdlib.h> struct C{ int gold;//金牌 int model;//奖牌 &nb...
P1310
2024年3月10日 13:55
回复 2
|
赞 0
|
浏览 855
成绩排序2.0 题解:为什么通过数据只有75%啊 球球了 帮我找出错误测试数据吧 感谢
#include<stdio.h> #include<string.h> #include<stdlib.h> int m,n; int main(){ int x; scanf("%d",&x...
P1159
2024年3月8日 15:37
回复 2
|
赞 0
|
浏览 854
成绩排序 题解:请问为什么报“Compile Error"呢?我在vs上跑没有报错
#include<stdio.h> #include<string.h> #include<stdlib.h> struct People{ char name[10]; &nbs...
P1151
2024年3月7日 16:03
回复 4
|
赞 0
|
浏览 578
2048游戏 题解:呜呜呜哪位好心人帮我看看为什么通过率只有80%,十分感谢
#include<stdio.h> int n[4][4]; void up(int n[4][4]){ for(int i=0;i<3;i++){ fo...
P1472
2024年3月4日 13:34
回复 4
|
赞 0
|
浏览 1.0k
日期计算 题解:好心人帮我看看为什么只通过50%,感谢!!!能举出错误的输入示例就更好了,感谢!!!
#include<stdio.h> struct note{ int year; int month; int day; }x; int main(){ while(scanf("%d%d%d",&x....
P1051
2024年3月4日 15:57
回复 2
|
赞 0
|
浏览 806
旋转矩阵 题解:为什么提交总是答案错误呢,我遗漏了什么情况吗?
#include<stdio.h> int n,m,k;int t[110][110];int x[110][110];int count=0; void one(int x[110][110]){ ...
P1221
2024年3月3日 23:38
回复 8
|
赞 0
|
浏览 812
本科学校:cs
目标学校:霍格沃兹
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!