#include "stdafx.h"
#include "windows.h"
#include "iostream"
#include "stdlib.h"
#include "climits"
using namespace std;
int main(int argc, char* argv[])
{
double yl;
cout<<"Please input\n";
cin>>yl;
cout<<yl*100<<endl;
system("pause");
return 0;
}
驱车里程
最新推荐文章于 2025-01-13 20:33:07 发布