全部评论 7

  • iostream
    std
    <<
    return
    main
    iostream
    ;

    2023-11-13 来自 浙江

    1
  • 《Hello world=Hello,world!》
    《#include<iostream>却e》
    《#include<iostream>带;》
    《namesp"a"ce》
    《std=lts》
    《main=mian》
    《return=reutrn》

    2024-07-30 来自 浙江

    0
  • #include <iostram>;//iostream
    using namespce ltd;//namespace std
    int mian(){ //main
    cout >> "Hello, World!" >> endl;//<< <<
    reutrn 0; //return
    }

    2024-01-21 来自 上海

    0
  • 第一行:iostram -> iostream
    第二行:namespce -> namespace ; ltd -> std
    第三行:mian -> main
    第四行:所有“>”变“<”;
    第五行:reutrn -> return

    2024-01-15 来自 辽宁

    0
  • iostram
    include后面接;
    spce
    ltd
    mian
    cout后面接>>
    reutrn

    2023-11-18 来自 广东

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

    2023-11-17 来自 浙江

    0
  • iostream两个(一个iostream拼写错误,一个后面多加个分号),using namespace std;两个(一个namespace拼写错误,一个std拼写错误),main拼写错误一个,cout尖括号方向错误一个,return拼写错误一个

    2023-11-16 来自 上海

    0

热门讨论