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

bzoj1121: [POI2008]激光发射器SZK

时间:2016-06-06 06:42:54      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

技术分享
 1 #include <iostream>
 2 #include <cstdio>
 3 #include <cstring>
 4 #include <cmath>
 5 #include <algorithm>
 6 using namespace std;
 7 
 8 int main(){
 9     int n;
10     scanf("%d",&n);
11     printf("%d\n",n/2);
12     return 0;
13     /*
14     扑通扑通跪下来,写这题的目的是为五科联赛复习物理。 光路是可逆的。
15     */
16 }
View Code

题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1121

做法:扑通扑通跪下来,光路是可逆的。

poi思路题。

bzoj1121: [POI2008]激光发射器SZK

标签:

原文地址:http://www.cnblogs.com/OYzx/p/5562496.html

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