
POJ
wwwjjq123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1002_C++
#include #include #include #include using namespace std; string changestr(string str); char atonum(char c); int main(){ int n; string str,cstr; map m; map::iterator it; cin>>n; whil...原创 2012-10-04 20:51:55 · 187 阅读 · 0 评论 -
1000_C++
#include using namespace std; int main(){ int a,b; cin>>a>>b; cout原创 2012-10-04 20:52:51 · 340 阅读 · 0 评论 -
1002_c
#include #include #include char telephone[100001][20]; char table[]="22233344455566670778889990"; char temp[20]; int compare(const void *arg1,const void *arg2){ return strcmp((char *)arg1,...原创 2012-10-09 21:27:48 · 195 阅读 · 0 评论