简单C++程序设计

简单 C++程序1 比较两个数的大小#include<iostream>using namespace std;int main(){double a,b,c;cout<<"请输入两个数 a,b:"<

腾讯文库简单C++程序设计