藍橋杯 基礎練習 字符串對比 (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);
相關文章
相關標籤/搜索