6352: 2022 洛谷 程序阅读2:字符处理

内存限制:256 MB 时间限制:2 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:1 通过:1

题目描述

#include <cstdio>
#include <cstring>
constintmaxn = 1003;
inttype, n, m;
chars[maxn], t[maxn];
intmain() {
    scanf("%d %s %s", &type, t, s);

输入样例 复制


输出样例 复制