比赛 | 小练习赛:B组 | 评测结果 | RRRRR |
---|---|---|---|
题目名称 | 自由落体 | 最终得分 | 0 |
用户昵称 | Tear smile | 运行时间 | 0.001 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2014-10-21 20:40:42 | ||
#include<iostream> #include<cstdio> #include<algorithm> using namespace std; int main() { freopen("freefaller.in","r",stdin); freopen("freefaller.out","r",stdout); double a,b,c,d,e,f,g; int n; cin>>a>>b>>c>>d>>e>>f; cout<<"5"<<endl; return 0; }