网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  nyoj-103-A+B Problem II

nyoj-103-A+B Problem II

分类: IT文章 • 2024-05-29 23:27:25
 1 #include<stdio.h>
 2 #include<algorithm>
 3 #include<string.h>
 4 int main()
 5 {
 6     char a[1010],b[1010],c[1010];
 7     int n,i,j,k,l;
 8     scanf("%d",&n);
 9     getchar();
10     for(l=1;l<=n;l++)
11     {
12         fflush(stdin);
13         scanf("%s %s",a,b);
14         int len1=strlen(a),len2=strlen(b);
15         c[0]='0';c[1]='

相关推荐

  • C语言II博客作业04
  • C语言II博客作业02
  • C语言II博客作业01
  • LeetCode T680.Valid Palindrome II/验证回文数
  • HDU 1023 Train Problem II 大数catalan
  • Remove Duplicates from Sorted Array II
  • Linked List Cycle II
  • LeetCode 213. 打家劫舍 II
  • Codeforces Round #599 D Yet Another Monster Killing Problem
  • Codeforces Round #753 (Div. 3), problem: (D) Blue-Red Permutation
  • iOS微信授权登录---步骤和坑
  • 【cocos2d-js官方文档】二十五、Cocos2d-JS v3.0中的单例对象
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号