一道c语言题目
一道c语言题目
日期:2019-04-07 08:08:58 人气:1
#include char const des[][25] = { {"Input the first date:"}, {"Input the second date:"} };int inputDate(int i) { printf("%s", des[i]); int x; scanf("%d",&x); return x;}int sumUp(int x) {