指针原来是套娃的


私信TA

用户名:uq_92467646842

访问量:52352

签 名:

个人博客:blog.imtwa.top

等  级
排  名 11
经  验 26504
参赛次数 49
文章发表 128
年  龄 0
在职情况 学生
学  校
专  业 物联网工程

  自我简介:

或许我们不需要开辟太多变量,使用取余和printf就可以了


参考代码:

#include <stdio.h>


int main ()
{
	int x;
	
	scanf("%d",&x);
	printf("%d:",x/3600);
	x%=3600;
	printf("%d:",x/60);
	x%=60;
	printf("%d",x);
	
	return 0;
 }




 

0.0分

153 人评分

  评论区

  • «
  • »