主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
seottle
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
11
发帖
1
笔记
0
Ta的粉丝
693
关注数
2
粉丝数
693
获赞数
3
阅读数
126536
只通过50%的样例
#include <stdio.h> #include <string.h> #include <bits/stdc++.h> using namespace std; int main() { int weight[17] = {7...
P1722
2020年4月20日 14:55
回复 4
|
赞 0
|
浏览 12.2k
pat上的一套类似题,解题思路一样,改成long long也是通过50% 不知道为啥
#include <stdio.h> #include <string.h> #include <iostream> #include <algorithm> #include <math.h> using namespac...
P1646
2020年3月24日 00:13
回复 4
|
赞 0
|
浏览 11.2k
不知道错哪了?感觉所有特殊样例都跑了一遍
#include<stdio.h> long long N(int n, int r) { int i = n;...
P1058
2020年3月2日 17:01
回复 1
|
赞 0
|
浏览 8.8k
不知道为什么错...看了答案,AC的答案在我的编译器运行不了,数组值太大
#include<bits/stdc++.h> using namespace std; int main() { int hash[2000001] = {0}; int n; &n...
P1057
2020年3月2日 15:51
回复 6
|
赞 0
|
浏览 10.6k
不知道哪里错了,自己试了几个和样例的几个都ok啊!!
#include <stdio.h> #include <string.h> #include <bits/stdc++.h> using namespace std; int main() { char str[1010]; whil...
P1719
2020年4月20日 15:57
回复 2
|
赞 0
|
浏览 8.8k
我也想知道哪里出错了
#include<stdio.h> #include <string.h> int main() { int n, b; char str[10010]; while(scanf("%d%d%s", &n, &b, str) != E...
P1303
2020年4月11日 16:43
回复 3
|
赞 0
|
浏览 8.5k
用数组模拟环
#include <stdio.h> #include <string.h> //用数组模拟环的问题!!! /* 10 2 5 5 2 3 &...
P1081
2020年3月18日 12:52
回复 0
|
赞 2
|
浏览 11.7k
通过率60%?求大佬解释哪里出错
#include<bits/stdc++.h> using namespace std; struct beverage{ double mi; &n...
P1478
2020年2月26日 16:36
回复 5
|
赞 0
|
浏览 12.5k
说输出格式错误?不太理解,不能AC,求大佬解答!!!
#include<bits/stdc++.h> using namespace std; /** @author: ZhengXiaoTao @description: 对于一个字符串,将其...
P1294
2020年2月25日 22:49
回复 3
|
赞 1
|
浏览 11.1k
通过率75%?求大佬解释哪里出错
#include<bits/stdc++.h> using namespace std; /* 3 0 fang 90 yang 50 ning 70 ...
P1151
2020年2月25日 13:57
回复 1
|
赞 0
|
浏览 14.2k
不知道错在哪里了 恳请大佬看看 不能AC。。。
#include <bits/stdc++.h> using namespace std; struct data{ int yy; int mm; in...
P1051
2020年2月24日 21:29
回复 4
|
赞 0
|
浏览 9.1k
本科学校:深圳大学
目标学校:北京大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!