摘要: 不要轻易尝试! 运行前务必确保计算机所有文件已保存 阅读全文
posted @ 2018-08-24 21:11 ronnie14165 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1068 include using namespace std; struct man { int index; int score; }p[5050]; bool cmp(man x, man y) { if(x.score != y.score) return x.score y.score; 阅读全文
posted @ 2018-08-24 15:21 ronnie14165 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 万能头文件 include PI 四舍五入 (https://zhidao.baidu.com/question/2117495607995670467.html) 记录函数运行时间 include include using namespace std; int main() { clock_t 阅读全文
posted @ 2018-08-24 15:01 ronnie14165 阅读(145) 评论(0) 推荐(0) 编辑