
字符串
ZAX1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Puzzle 【字符串输入包含空格处理】
原题地址#include <iostream>#include <cstring>using namespace std;int f;char order[10000];char orderplus[10000];string map[5];void swap(char &a,char &b){ char c; c...原创 2019-03-02 18:09:47 · 227 阅读 · 0 评论 -
Martian Addition【字符串】
题目描述 In the 22nd Century, scientists have discovered intelligent residents live on the Mars. Martians are very fond of mathematics. Every year, they would hold an Arithmetic Contest on Mars (ACM). ...原创 2019-04-17 17:33:28 · 183 阅读 · 0 评论