4 条题解

  • 0
    @ 2023-8-22 16:02:33

    #include <stdio.h> int main() { int x; scanf("%d",&x); int a,b,c; a=x/100%10; b=(x/10)%10; c=x%10; if ((aaa+bbb+ccc)==x){ printf("TRUE"); }else { printf("FALSE"); }

    return 0;
    

    }

    信息

    ID
    77
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    (无)
    递交数
    2184
    已通过
    854
    上传者