摘要: #include <iostream> using namespace std; int main(){ float a = 3.5, b = 2.2, c = 0; cout << "a = " << a << " b = " << b << " c = " << c << endl; //与运算 阅读全文
posted @ 2021-06-30 17:07 江南王小帅 阅读(90) 评论(0) 推荐(0)