摘要: GAMES101-H0 Basic Example of cpp 解释如下代码: #include<cmath> #include<iostream> int main() { float a = 1.0, b = 2.0; std::cout << a << std::endl; //1 std: 阅读全文
posted @ 2022-03-15 20:26 L-Yeeky 阅读(57) 评论(0) 推荐(0)