首页 > 试题广场 >

如何以下面的格式输出 words 和 lines 的值:“T

[问答题]
如何以下面的格式输出 words 和 lines 的值:“There were 3020 words and 350 lines”?这里,3020 和 350 代表两个变量的值。
推荐
printf  ("There were %d words and %d lines .\n", words, lines);
发表于 2018-05-05 21:21:46 回复(0)
printf(“There were %d words and %d lines”,words,lines)
发表于 2020-10-22 21:35:50 回复(0)
printf("这里是%dword与%dres")
发表于 2020-05-01 20:43:30 回复(0)
发表于 2019-01-11 14:07:52 回复(0)