Codecodify
Codecodify
全部文章
分类
题解(49)
归档
标签
去牛客网
登录
/
注册
Codecodify的博客
全部文章
(共1篇)
题解 | #分钟计算#
#include <iostream> #define Size 2 using namespace std; typedef struct { int hour; // 小时 int minutes; // 分钟 int total; // 总分钟 } Cl...
C++
数组
2023-04-13
0
250