1 条题解
-
0
C :
#include<stdio.h> int main() { printf("3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"); }
C++ :
#include <cstdio> #include <cstdlib> #include <cstring> #include <string> #include <cmath> #include <algorithm> #include <iostream> #include <queue> #include <stack> #include <map> #include <set> #include <vector> typedef long long ll; using namespace std; int main() { printf("3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"); return 0; }
- 1
信息
- ID
- 422
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- (无)
- 标签
- 递交数
- 0
- 已通过
- 0
- 上传者