摘要: 1. #include<iostream>using namespace std;int main(){ float a = 0;//开始 float b = 0;//结束 float c = 0;//每公里价格 cout << "请输入每公里的价格:"; cin >> c; cout << "MI 阅读全文
posted @ 2023-05-24 18:29 Verneyyx 阅读(32) 评论(0) 推荐(0)