
字符与字符串
文章平均质量分 84
子非墨也
世上一切的不幸都是由当事人的能力不足造成的.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c/c++ 数字转成字符串, 字符串转成数字
数字转字符串:用C++的streanstream:#include #Include string num2str(double i){ stringstream ss; ssi; return ss.str();}字符串转数字:int str2num(string s) {转载 2016-04-22 19:01:45 · 483 阅读 · 0 评论 -
数数字
数数字Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice UVA 1225Appoint description: jehad (2013-09-12)System Crawler (2016-04-22)Descript原创 2016-04-22 19:15:46 · 447 阅读 · 0 评论 -
Score
得分Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice UVA 1585Appoint description: System Crawler (2016-04-15)DescriptionThere i原创 2016-04-20 19:18:29 · 703 阅读 · 0 评论 -
UVa1586-Molar Mass(分子量)
Anorganic compound is any member of a large class of chem-ical compounds whose molecules contain carbon. Themolarmass of an organic compound is the mass of one mole of theorganic compound. The mol原创 2016-04-22 20:12:59 · 1354 阅读 · 0 评论