欣慰篮球

文章
2
资源
0
加入时间
2年10月24天

PAT乙级C语言 1026 程序运行时间

技巧:1.round函数的使用(注意括号里是double)2.%02d的使用#include<math.h>#include<stdio.h>int main(){ int a,b; scanf("%d%d",&a,&b); int c,d,f,time; time=round((b-a)*1.0/100); c=time/3600; d=time/60