您当前的位置: 首页 > 

钟钟终

暂无认证

  • 5浏览

    0关注

    232博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

3/14 训练一

钟钟终 发布时间:2022-03-15 00:18:05 ,浏览量:5

https://ac.nowcoder.com/acm/contest/30256/A

#include 
#define int long long
using namespace std;
const int inf=0x3f3f3f3f;
const int maxn=1e6+5;
int a[55],b[55];

signed main()
{
    string s1,s2;
    while(cin>>s1>>s2)
    {
        int g=s1.length();
        for(int i=0;i            
关注
打赏
1664378814
查看更多评论
0.0716s