13 条题解

  • 0
    @ 2025-10-14 17:47:52

    #include<stdio.h> int main(){ int n; scanf("%d",&n); printf("My height is %dcm.",n); return 0; }

    信息

    ID
    3
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    21058
    已通过
    4092
    上传者