2013年4月7日 晴

April 8, 2013

昨天补概率论作业,没时间写,补上~   今天天气很好,但是下午最后一节有课,所以打算晚上9点钟去跑步。   不得不说,晚上的湘江边很美,尤其是天气很好的晚上,春天,也许是最适合跑步的季节,不冷不热,微风习习,一路上还看见不少跑步的男男女女,有的是为了锻炼身体,有的是为了减肥,有的单纯是因为爱好。   今天跑步状态不错,很稳,时间,速度都控制得很准,正好半小时。然后在湘江边做了一下拉伸,稍微休息了一下,欣赏了一下美景,就心满意足地回来了。   其实,晚上去跑步也别有一种感觉。以后,下午最后一节有课就晚上去跑,否则就下午。   附上一段代码:


#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <stack>
#include <queue>
#include <cmath>
#include <algorithm>
#define lson l, m, rt<<1
#define rson m+1, r, rt<<1|1
using namespace std;
typedef long long int LL;
const int MAXN =  0x3f3f3f3f;
const int  MIN =  -0x3f3f3f3f;
const double eps = 1e-9;
const int dir[8][2] = {{0,1},{1,0},{0,-1},{-1,0},{-1,1},
  {1,1},{1,-1},{-1,-1}};

int main(void){
#ifndef ONLINE_JUDGE
  freopen(".in", "r", stdin);
#endif
  int day = 当前寿命;
  while (1){
    if (!极端天气 && !世界末日 && !挂了){
      if ((time >= 16:00 && time <= 18:00) || (time >= 21:00 && time <= 22:00)){
        run;
      }
    }
    day++;
    if (day == 寿命) break;
  }

  return 0;
}

  特意在OJ上交了……过不了……o(╯□╰)o  

comments powered by Disqus