Calm


私信TA

用户名:uq_17083942261

访问量:2395

签 名:

我是菜鸡

等  级
排  名 7199
经  验 1275
参赛次数 2
文章发表 7
年  龄 18
在职情况 学生
学  校
专  业 计算机

  自我简介:

是真的菜

TA的其他文章

 

0.0分

2 人评分

  评论区

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char *argv[]) {
	int h,m;
	char s[24][20]={{"zero"},{"one"},
		{"two"},{"three"},{"four"},{"five"},{"six"},{"seven"},{"eight"},{"nine"},{"ten"},{"eleven"},{"twelve"},{"thirteen"},{"fourteen"},{"fifteen"},
		{"sixteen"},{"seventeen"},{"eighteen"},{"nineteen"},{"twenty"},{"twenty one"},{"twenty two"},{"twenty three"}
		}; 
	char a[60][60]={{"zero"},{"one"},
		{"two"},{"three"},{"four"},{"five"},{"six"},{"seven"},{"eigh
2020-10-09 09:35:36
您好,请教一下,这个题m不等于0的情况下,不用讨论h是否大于20吗?
2020-03-21 14:24:03
  • «
  • 1
  • »