1 条题解

  • -1
    @ 2025-7-12 16:29:01

    #include using namespace std;

    int main() { int i; for (i = 1; i <= 5; i++) cout << i << endl;

    return 0;
    

    }

    • 1

    信息

    ID
    174
    时间
    1000ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    94
    已通过
    68
    上传者