
字符串
文章平均质量分 54
Seeyouer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVA-1586 Molar Mass - ACM/ICPC Seoul 2007
倒着找更好找一些#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main() { int T;cin>>T; while(T--){ double sum=0.0,m=1.0;int k=1; char s[100];cin>>s;int nu原创 2017-10-15 21:36:37 · 560 阅读 · 0 评论 -
uva508 Morse Mismatches
Samuel F. B. Morse is best known for the coding scheme that carries his name. Morse code is still used in international radio communication. The coding of text using Morse code is straightforward.原创 2017-11-20 22:06:17 · 544 阅读 · 0 评论