摘要: //1#include<bits/stdc++.h>using namespace std;int main(){ string a,b; int Da,Db,cnt=0; long pa=0,pb=0; cin>>a>>Da>>b>>Db; int l=a.length(); for(int i= 阅读全文
posted @ 2019-02-18 19:42 捕鱼儿海 阅读(254) 评论(0) 推荐(0) 编辑
摘要: //1#include<stdio.h>int main(){ int n; scanf("%d",&n); long long a,b,c; int i=1; while(n--){ scanf("%lld %lld %lld",&a,&b,&c); printf("Case #%d: %s\n" 阅读全文
posted @ 2019-02-18 12:48 捕鱼儿海 阅读(121) 评论(0) 推荐(0) 编辑