- 博客(2)
- 收藏
- 关注
原创 hdu 1873
#include //优先队列的 应用#include #include using namespace std;//中间没将数据清零 一直没注意struct code { int order, lv;//排队的号码 等级 friend bool operator <(code a ,code b) { if (a.lv == b.lv) return a.orde
2017-12-03 20:13:08
200
原创 hdu 1047 Integer Inquiry
#include //相对简单,用字符串解决大数字运算#include using namespace std;string add(string sum , string s) { string ss=""; int len = sum.length(); int len1 = s.length(); if (len < len1) for (int i = 1; i <=
2017-11-28 15:22:40
159
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人