我的ACM之路
lljllll
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【学习笔记】快速幂
快速幂原创 2015-04-20 18:09:18 · 433 阅读 · 0 评论 -
【学习笔记】C++中的string类详解
(一)string类的构造函数:string(); string( size_type length, char ch ); string( const char *str ); string( const char *str, size_type length ); string( string &str, size_type index, size_type length原创 2015-04-29 19:32:30 · 450 阅读 · 0 评论 -
【学习笔记】hdu1042(高精度乘法)
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1049代码:#include #include #include #include using namespace std;void intToArray(int num, char* a){ int i = 0, len; int t; while (num) {原创 2015-05-13 08:43:13 · 421 阅读 · 0 评论
分享