12 条题解

  • 0
    @ 2025-9-23 19:57:25

    #include <stdio.h>

    int main() { int n; scanf("%d",&n);

    printf ("My height is %dcm.",n);
    
    return 0;
    

    }

    信息

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