#include<iostream>using namespace std;int main(){ float x; x=2.4; cout<<"x="<<x<<endl; return 0;}
posted on 2017-09-21 10:09 三叶癌 阅读(72) 评论(0) 收藏 举报