摘要: p2:根据规范做事,一切尽在掌握中p6:尽量用const关键字声明常量p14:C99 double输入用%lf,输出用%fp15:如何连续输出"%"和"d"?英文维基printf解释项p16:三角函数使用弧度而非角度p20:floor(x)返回不超过x的最大整数p26:factorical 阶乘p2... 阅读全文
posted @ 2015-02-04 20:58 xryz 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h"#include "string"#include "algorithm"#includeusing namespace std;int cmp(string a,string b){ return a+b>b+a;}int main(){ int n,i; st... 阅读全文
posted @ 2015-02-04 19:38 xryz 阅读(112) 评论(0) 推荐(0) 编辑