蓝桥杯 基础练习 字符串对比 (vip)

基础练习 字符串对比 方法一 #include<iostream> #include<string.h> using namespace std; int main() { char s1[20],s2[20]; cin>>s1; cin>>s2; int str1,str2; str1=strlen(s1); str2=strlen(s2);
相关文章
相关标签/搜索