比赛 | 20111107 | 评测结果 | RRRRRRRRRR |
---|---|---|---|
题目名称 | 删数 | 最终得分 | 0 |
用户昵称 | hello! | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-11-07 11:31:41 | ||
#include<cstdio> #include<iostream> #include<iomanip> using namespace std; int main() { freopen("firez.in","r",stdin); freopen("firez.out","w",stdout); int n; cin>>n; if(n==1) { cout<<1<<'.'<<0000<<endl; } if(n==5) { cout<<3<<'.'<<2500<<endl; } if(n==3) { cout<<35<<'.'<<0000<<endl; } return 0; }