码迷,mamicode.com
首页 > 其他好文 > 详细

HDU - 5066 Harry And Physical Teacher ( 物理-动量守恒+能量守恒 )

时间:2014-10-19 18:22:26      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   strong   sp   

 

HDU - 5066 Harry And Physical Teacher

 

昨天BC的第一题,当时WA一发,一开始直接觉得是碰撞后直接反弹。

直接上官方题解

bubuko.com,布布扣

我觉得还是应该叫做能量守恒 和 动量守恒

bubuko.com,布布扣
#include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <set>
#include <stack>
#include <list>
#include <vector>
#include <map>
#include <ctime>
#include <cmath>
using namespace std;
typedef __int64 LL;
#define CLR( a, b )     memset( a, b, sizeof(a) );

void Orz()
{
    LL v1,v2;
    while( ~scanf( "%I64d %I64d", &v1, &v2) )
    {
        printf( "%I64d\n", 2*v1 - v2 );
    }
}

int main()
{
    Orz();
    return 0;
}
代码君

 

HDU - 5066 Harry And Physical Teacher ( 物理-动量守恒+能量守恒 )

标签:style   blog   http   color   io   os   ar   strong   sp   

原文地址:http://www.cnblogs.com/BigBallon/p/4035099.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!