9.18作业 2

#include<iostream>
using namespace std;

int main()
{
   float x;
   x=2.4;
   cout<<"x="<<x<<endl;
 return 0;
}

posted @ 2017-09-21 16:05  TOTO2  阅读(106)  评论(0编辑  收藏  举报