c++练习题2

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

posted @ 2017-09-21 21:33  羿龙  阅读(85)  评论(0编辑  收藏  举报