string text;
text=year%4==0?"闰年":"平年"
你用double和int类型如何表达一个string类型的变量
因为text所要赋的值为“平年”或“闰年”,它们是字符串类型的,故不能用int型和double型去声明它。
因为text的值为”闰年“或”平年“字符串
因为text的值为”闰年“或”平年“