33 条题解
-
-2
#include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; if (x>10) cout<<fixed<<setprecision(1)<<2x0.9; else cout<<fixed<<setprecision(1)<<x*2; return 0; }``` //依旧两种写法 #include <bits/stdc++.h> int main(){ int a; std::cin >> a; if(a == 8){std::cout << "16.0";}if(a == 10){std::cout << "20.0";} return 0; } //两种方法都赞成 //老规矩不用❤️ 😄 //均以AC,0.0s过
信息
- ID
- 633
- 时间
- 1000ms
- 内存
- 16MiB
- 难度
- 6
- 标签
- 递交数
- 4445
- 已通过
- 1450
- 上传者