1 Star 1 Fork 0

乔之恒 / 博客

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
未命名2.cpp 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
乔之恒 提交于 2020-11-17 21:05 . ccsp
#include <bits/stdc++.h>
using namespace std;
long long n=0,si=1;
string args[1000000];
int [1000000];
int jian(int shu) {
if(args[shu][0]=='x') {
}
}
int main() {
while(true) {
string s;cin >> s;
if(s[0]>='1' && s[0]<='9') {
for(int i=s.size()-1,j=0;i>=0;i--,j++) n+=pow(10,j)*(s[i]-'0');
break;
}
s[si]=s;
si++;
}
si--;
}
1
https://gitee.com/qiao_zhi_heng/boke.git
git@gitee.com:qiao_zhi_heng/boke.git
qiao_zhi_heng
boke
博客
master

搜索帮助