6 条题解
-
1朱麒睿 (zhuqirui) LV 10 @ 2023-9-2 15:52:44
#include <iostream> using namespace std; int main () { cout<<(1*15*20-1*20*10)/(20-10); return 0; }
-
02023-11-7 17:14:47@
#include<bits/stdc++.h> using namespace std; long long a,b,c,d,e,f,g; const int N=1e6+10; double x,y,z; int n[N]; int main(){ cout<<10; return 0; }
-
02023-5-21 11:38:04@
#include<iostream> using namespace std; int main() { cout <<10; return 0; }
-
02023-4-3 16:47:29@
#include<iostream>using namespace std;int main(){cout<<"10";return 0;} 最简
-
-12022-11-27 14:59:11@
#include<iostream> using namespace std; int main() { cout << (15*20-20*10)/(20-10); return 0; }
-
-22023-3-26 16:54:42@
- 1
信息
- ID
- 2721
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 2
- 标签
- 递交数
- 184
- 已通过
- 104
- 上传者