2017年8月27日

Atcoder Grand Contest 019 B题

摘要: 1 #include 2 #define maxn 2000100 3 #define LL long long 4 using namespace std; 5 char str[maxn]; 6 LL num[1000]; 7 int main(){ 8 cin>>str; 9 int n=strlen(str); 10 LL ans=1;... 阅读全文

posted @ 2017-08-27 00:14 poler 阅读(173) 评论(0) 推荐(0) 编辑

导航