1 条题解

  • 0
    @ 2025-3-28 12:02:00

    BYD不会用printf都过不了

    #include<cstdio>
    using namespace std;
    int main(){
        float sc=9.6;
        printf("%5.2f",sc);
        return 0;
    }
    
  • 1

信息

ID
570
时间
1000ms
内存
64MiB
难度
6
标签
递交数
53
已通过
16
上传者