2 条题解

  • 0
    @ 2025-10-20 14:47:57

    难度为三颗星的welcome new stdunt #include <stdio.h> int main(){ printf("welcome new student"); return 0; }

    • 0
      @ 2025-10-10 22:52:36

      这道题实际上就是要让你输出welcome new student。 代码如下:

      #include <stdio.h>
      
      int main(void) {
      	printf("welcome new student");
      }
      
      • 1

      信息

      ID
      719
      时间
      1000ms
      内存
      256MiB
      难度
      2
      标签
      (无)
      递交数
      259
      已通过
      151
      上传者