求助

zhl_2010 2023-08-10 20:32:02

怎么做啊

共 11 条回复

zhouzixiao

#include

using namespace std;

int main() { int a, b; cin >> a >> b; cout << "Hello, World!"; return 0; }

zhouzixiao

#include

using namespace std;

int main() {

cout << "Hello, World!";

return 0;

}

zhouzixiao

#include using namespace std; int main() { cout << "Hello, World!"; return 0; }

zhouyuchen

对呀!

boqiao

shagou,肯定是 #include using namespace std; int main() { int a, b; cin >> a >> b; cout << "Hello, World!"; return 0; }

Jeffery
lwk_

这还要问?

zhouzixiao

#include

using namespace std;

int main() { int a, b; cin >> a >> b; cout << "Hello, World!"; return 0; }

Alex_LLW_2012903_CPP

感觉有一点画蛇添足

gaoxing

直接输出啊