10 条题解

  • 0
    @ 2023-10-17 23:59:53

    #include<stdio.h> int main() { int n; scanf("%d",&n); while(n<0||n>200){ printf("您输入的值有误,请重新输入"); scanf("%d",&n); } printf("My height is %dcm",n); return 0; }

    信息

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