c++练习题2

#include <iostream>
using namespace std;
int main()
{
float a;
a=2.4;
cout<<a<<endl;
return 0;
 }

原文地址:https://www.cnblogs.com/928990166li/p/7571435.html