首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
2033nbsp专题
HDOJnbsp;nbsp;2033nbsp;nbsp;nbsp;nbsp;人见人爱A+B
题目:http://acm.hdu.edu.cn/showproblem.php?pid=2033 时分秒相加,只要控制好进位就好,,,, #include <stdio.h> int main() { int n,ah,am,as,bh,bm,bs,h,m,s; scanf("%d",&n); while(n--) { h=m=s=0;
阅读更多...