11 条题解

  • 0
    @ 2024-9-14 17:27:25

    #include<stdio.h> int main() { int a,b,c; 0<a<b<c<100; scanf("%d %d %d",&a, &b, &c); int t; t=a; a=b; b=c; c=t; printf("%d %d %d",a, b, c);

    return 0;

    }

    信息

    ID
    12
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    7375
    已通过
    2711
    上传者