🌈 搜索
📅  最后修改于: 2022-03-11 15:04:41.386000             🧑  作者: Mango
#include int main() { double d = 1.4; printf("%lf", d); // Is this wrong? }