1832 . 判断题

C++中 cout << float(2022) 与 cout << float('2022') 运行后的输出结果均为2022。

请登陆后查看