上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: AC代码 include include include using namespace std; const int max_n = 1010; char ans[max_n]; int count[10][2] = {0}; int main() { ifdef ONLINE_JUDGE els 阅读全文
posted @ 2019-08-05 23:05 哨音 阅读(113) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-05 17:39 哨音 阅读(124) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-05 17:14 哨音 阅读(121) 评论(0) 推荐(0)
摘要: AC代码 include const int max_n = 1000; int ans[max_n]; char result[max_n]; char radix[13] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 阅读全文
posted @ 2019-08-05 15:34 哨音 阅读(90) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-04 23:46 哨音 阅读(142) 评论(0) 推荐(0)
摘要: 课本AC代码 自己写的, 一个错误,找了几个小时找不到 阅读全文
posted @ 2019-08-04 23:22 哨音 阅读(160) 评论(0) 推荐(0)
摘要: AC代码 include include using namespace std; char flag = 0; //判断付钱数是否大于价格 struct Money { int Galleon, Sickle, Knut; } price, pay, temp, sub; void init() 阅读全文
posted @ 2019-08-04 18:03 哨音 阅读(156) 评论(0) 推荐(0)
摘要: 课本AC代码 include include const int nowyear = 2014; const int nowmonth = 9; const int nowday = 6; const int oldyear = 2014 200; struct People { char name 阅读全文
posted @ 2019-08-04 16:33 哨音 阅读(336) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-03 21:59 哨音 阅读(117) 评论(0) 推荐(0)
摘要: AC代码 阅读全文
posted @ 2019-08-03 21:58 哨音 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页