上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: 课本AC代码 自己代码,调试还总是出错 阅读全文
posted @ 2019-07-24 20:48 哨音 阅读(174) 评论(0) 推荐(0) 编辑
摘要: AC代码 转载自https://www.cnblogs.com/zjutJY/p/9413766.html 自己写的, 一个都没有通过 阅读全文
posted @ 2019-07-24 20:41 哨音 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 题目提交一直出现段错误,经过在网上搜索得知是数组溢出,故将数组设置的大一点 AC代码 include include define N 11000 using namespace std; int main(){ ifdef ONLINE_JUDGE else freopen("1.txt", "r 阅读全文
posted @ 2019-07-19 15:36 哨音 阅读(244) 评论(0) 推荐(0) 编辑
摘要: AC代码 阅读全文
posted @ 2019-07-19 15:21 哨音 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 自己思路,没通过 include define N 54 int main() { ifdef ONLINE_JUDGE else freopen("1.txt", "r", stdin); endif int start[N + 1] = {0}, end[N + 1] = {0}, sequen 阅读全文
posted @ 2019-07-17 22:04 哨音 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 一个没有通过,不知道为何 全部AC 阅读全文
posted @ 2019-07-15 21:37 哨音 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 全部AC 阅读全文
posted @ 2019-07-15 10:56 哨音 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 课本AC 阅读全文
posted @ 2019-07-14 21:45 哨音 阅读(195) 评论(0) 推荐(0) 编辑
摘要: B1016.部分A+B(15) 阅读全文
posted @ 2019-07-14 15:49 哨音 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 数据库数据如下: 学生表(student):学生id,学生姓名和性别 sid | sname | gender | | 1 | Tom | male 2 | Jack | male 3 | Rose | female 课程表:课程id和课程名 cid | cname | 1 | math 2 | p 阅读全文
posted @ 2019-07-14 10:59 哨音 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页