0
1
0
丁勇智
中级守护
中级守护
- #include<iostream>
- using namespace std;
- int main() {
- 定义n;
- 读入n;
- 输出n/3600<<"\""<<n%3600/60<<"\"";
- return 0;
- }
0