新平台测试_C0001/02/10

这是一个自主实验项目,以便同学们熟悉新平台并尝试课外解更多的题,注意提交时选C++


Comments


  • 0
    302025315337  commented on Oct. 13, 2025, 1:16 p.m.

    include<iostream> int main(){ cout<<"hello world"; return 0; }


  • 0
    302025315011  commented on Oct. 9, 2025, 5:56 a.m. edited

    1


  • 0
    admin  commented on Oct. 9, 2025, 5:31 a.m.

    请勿在评论区直接发布代码,可以发布解题思路文字,但不要直接粘贴代码!

    还没有修改email的同学,请尽快修改。强密码容易遗忘。


  • 0
    302025315169  commented on Oct. 9, 2025, 1:39 a.m.

    include<iostream> int main(){ cout<<"hello world"; return 0; }


  • 0
    302025315318  commented on Oct. 8, 2025, 9:08 a.m.

    include<iostream>

    int main(){ cout<<"hello world"; return 0; }


  • 0
    chenbo  commented on Oct. 8, 2025, 5:40 a.m.

    可以在登录后点击右上角的“编辑个人资料”,在屏幕中部的“默认语言”下拉框中选择“C++17”并保存。这样就可以每次默认选择C++提交。