摘要: [洛谷]P1098 字符串的展开 题目描述: 代码如下: c++ include using namespace std; inline void read(int &x){ x=0;int f=1; char ch=getchar(); while(ch'9'){ if(ch==' ') f= 1 阅读全文
posted @ 2019-10-12 22:41 WJSoj 阅读(167) 评论(0) 推荐(0) 编辑
摘要: [洛谷]P1517 高精求小数幂 题目描述: 代码: c++ include using namespace std; string s; int n,ans[11000]; int main(int argc, char const argv[]) { while(cin s n) { int a 阅读全文
posted @ 2019-10-12 21:29 WJSoj 阅读(283) 评论(0) 推荐(0) 编辑