#include<iostream>
using namespace std;
int main() {
cout << "hello,world" << endl;
// 这是一行...
阅读全文...
C++-1-书写第一个helloworld程序
#include<iostream>
using namespace std;
int main() {
cout << "hello,world" << endl;
return ...
阅读全文...
阅读全文...