chenxi16

导航

2020年6月29日 #

PATA -1008 Elevator

摘要: #include<stdio.h> using namespace std; int main(){ int n; scanf("%d",&n); int b,nowb,subb,res=0; b=0; for(int i=0;i<n;i++){ scanf("%d",&nowb); subb = 阅读全文

posted @ 2020-06-29 23:31 chenxi16 阅读(79) 评论(0) 推荐(0) 编辑

PATA -1006 Sign In and Sign Out

摘要: #include<stdio.h> #include<string.h> using namespace std; struct t{ int h,m,s; t(){h=0;m=0;s=0;} }; struct t tranvert(char[]); int comparet(char [],ch 阅读全文

posted @ 2020-06-29 23:11 chenxi16 阅读(146) 评论(0) 推荐(0) 编辑