基于QT的C++ 输入输出程序demo
#include <QCoreApplication>#include <QDebug>#include<iostream>int main(int argc, char *argv[]){ QCoreApplication a(argc, argv); std::cout << "please enter two numb...