1 条题解

  • 0
    @ 2024-8-12 18:28:48
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
    printf("3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679");
    return 0;
    }
    
    
    

    笑死交了半天发现用的是C语言

    • 1

    信息

    ID
    5
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    11
    已通过
    2
    上传者