摘要: #include<iostream>#include <cstdio>#include <string.h> #include <math.h> using namespace std; int time_value(int h,int m,int s){ return h*3600+m*60+s; 阅读全文
posted @ 2020-08-19 23:23 houyz 阅读(108) 评论(0) 推荐(0)
摘要: #include<iostream> #include <cstdio> #include <string.h> #include <math.h> using namespace std; int main(){ char s[101]; cin>>s; //求和 int len = strlen 阅读全文
posted @ 2020-08-19 22:43 houyz 阅读(141) 评论(0) 推荐(0)