摘要:
#include <iostream> #include <string.h> #include <cmath> using namespace std; int main() { char a[11],b[11]; char da,db; int ca=0,cb=0; int numa=0,num 阅读全文
posted @ 2020-01-22 10:48
QRain
阅读(110)
评论(0)
推荐(0)
摘要:
strcmp(str1,str2),若str1=str2,则返回零;若str1<str2,则返回负数;若str1>str2,则返回正数 通过 #include <iostream> #include <string.h> #include <cmath> #include <vector> #inc 阅读全文
posted @ 2020-01-22 10:39
QRain
阅读(151)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string.h> #include <cmath> using namespace std; int main() { char a[61],b[61],c[61],d[61]; int w=0,w1=0,h=0,m; cin>>a>>b 阅读全文
posted @ 2020-01-22 08:40
QRain
阅读(137)
评论(0)
推荐(0)