PAT (Basic Level) Practice (中文) 1026 程序运行时间
摘要:
#include<stdio.h> #include<math.h> using namespace std; int main(){ int c1,c2,h,m,s; int c; scanf("%d %d",&c1,&c2); c = (c2-c1); h = c / (3600*100); m 阅读全文
posted @ 2020-04-18 18:19 chenxi16 阅读(100) 评论(0) 推荐(0) 编辑