比赛 | 20111107 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 燃烧 | 最终得分 | 0 |
用户昵称 | song | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-11-07 10:48:26 | ||
#include<cstdio> #include<iostream> using namespace std; int n,x1,x2,ya,y2,t,tz; int main() { freopen("firez.","r",stdin); freopen("firez.out","w",stdout); if(n==1) { cin>>n>>x1>>ya>>x2>>y2>>t; cout<<t; } else { for(int i=0;i<n;i++) { cin>>n>>x1>>ya>>x2>>y2>>t; tz+=t; } } cout<<tz; }