沉静翅膀

文章
5
资源
0
加入时间
2年10月21天

基于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...