考试

今天考了一大圈 不可做 题

本来是爆零的,后来把数据改了一下,成功暴力骗了5分= =

刷题

无限水题$ing$,然后就$GG$了

生活

不开心$ing$,没有啥好写的

今天就是莫名的不开心

《When I'm Gone》——Eminem

  Yeah...
  It's my life...
  My own words I guess...

  Have you ever loved someone so much, you'd give an arm for?
  Not the expression, no, literally give an arm for?
  When they know they're your heart
  And you know you are their armour
  And you will destroy anyone who would try to harm 'em
  But what happens when karma, turns right around and bites you?
  And everything you stand for, turns on you, despite you?
  What happens when you become the main source of a pain?
  "Daddy look what I made",
  Dad's gotta go catch a plane"
  "Daddy where's Mommy? I can't find Mommy where is she?"
  I don't know go play Hailie, baby, your Daddy's busy“
  Daddy's writing this song, this song ain't gonna write itself“
  I'll give you one underdog then you gotta swing by yourself
  Then turn right around on that song and tell her you love her
  And put hands on her mother, who's a spitting image of her
  That's Slim Shady, yeah baby, Slim Shady's crazy
  Shady made me, but tonight Shady's rocka-by-baby...shady

  And when I'm gone, just carry on, don't mourn
  Rejoice every time you hear the sound of my voice
  Just know that I'm looking down on you smiling
  And I didn't feel a thing, So baby don't feel no pain
  Just smile back
  And when I'm gone, just carry on, don't mourn
  Rejoice every time you hear the sound of my voice
  Just know that I'm looking down on you smiling
  And I didn't feel a thing, So baby don't feel no pain
  Just smile back...

  I keep having this dream, I'm pushin' Hailie on the swing
  She keeps screaming, she don't want me to sing
  "You're making Mommy cry, why? Why is Mommy crying?"
  Baby, Daddy ain't leaving no more,
  "Daddy you're lying
  "You always say that, you always say this is the last time
  "But you ain't leaving no more, Daddy you're mine"
  She's piling boxes in front of the door trying to block it
  "Daddy please, Daddy don't leave, Daddy - no stop it!
  Goes in her pocket, pulls out a tiny necklace locket
  It's got a picture,
  "this'll keep you safe Daddy, take it withcha'
  I look up, it's just me standing in the mirror
  These fuckin' walls must be talking,
  cuz man I can hear \'em
  They\'re saying \"You\'ve got one more chance to do right\" - and it\'s tonight
  Now go out there and show that you love \'em before it\'s too late
  And just as I go to walk out of my bedroom door
  It\'s turns to a stage, they\'re gone, and this spotlight is on
  And I\'m singing...

  And when I\'m gone, just carry on, don\'t mourn
  Rejoice every time you hear the sound of my voice
  Just know that I\'m looking down on you smiling
  And I didn\'t feel a thing, So baby don\'t feel no pain
  Just smile back
  And when I\'m gone, just carry on, don\'t mourn
  Rejoice every time you hear the sound of my voice
  Just know that I\'m looking down on you smiling
  And I didn\'t feel a thing, So baby don\'t feel no pain
  Just smile back...

  Sixty thousand people, all jumping out their seat
  The curtain closes, they\'re throwing roses at my feet
  I take a bow and thank you all for coming out
  They\'re screaming so loud, I take one last look at the crowd
  I glance down, I don\'t believe what I\'m seeing
  \"Daddy it\'s me, help Mommy, her wrists are bleeding,\"
  But baby we\'re in Sweden, how did you get to Sweden?
  \"I followed you Daddy, you told me that you weren\'t leavin\'
  \"You lied to me Dad, and now you make Mommy sad
  \"And I bought you this coin,
  it says \'Number One Dad
  \"That\'s all I wanted,
  I just want to give you this coin
  \"I get the point - fine, me and Mommy are gone
  But baby wait, \"it\'s too late Dad, you made the choice
  \"Now go up there and show \'em that you love \'em more than us
  That\'s what they want,
  they want you Marshall,
  they keep.. screamin\' your name
  It\'s no wonder you can\'t go to sleep,
  just take another pill
  Yeah, I bet you you will.
  You rap about it, yeah, word, k-keep it real
  I hear applause, all this time I couldn\'t see
  How could it be, that the curtain is closing on me
  I turn around, find a gun on the ground, cock it
  Put it to my brain and scream \"die Shady\" and pump it
  The sky darkens, my life flashes,
  the plane that I was supposed to be on crashes and burns to ashes
  That\'s when I wake up, alarm clock\'s ringin\',
  there\'s birds singin
  It\'s Spring
  and Hailie\'s outside swinging,
  I walk up to Kim and kiss her
  Tell her I miss her,
  Hailie just smiles and winks at her little sister
  Almost as if to say..

  And when I\'m gone, just carry on, don\'t mourn
  Rejoice every time you hear the sound of my voice
  Just know that I\'m looking down on you smiling
  And I didn\'t feel a thing, So baby don\'t feel no pain
  Just smile back
  And when I\'m gone, just carry on, don\'t mourn
  Rejoice every time you hear the sound of my voice
  Just know that I\'m looking down on you smiling
  And I didn\'t feel a thing, So baby don\'t feel no pain
  Just smile back...

暑假集训D21总结的更多相关文章

  1. 2015UESTC 暑假集训总结

    day1: 考微观经济学去了…… day2: 一开始就看了看一道题目最短的B题,拍了半小时交了上去wa了 感觉自己一定是自己想错了,于是去拍大家都过的A题,十分钟拍完交上去就A了 然后B题写了一发暴力 ...

  2. STL 入门 (17 暑假集训第一周)

    快速全排列的函数 头文件<algorithm> next_permutation(a,a+n) ---------------------------------------------- ...

  3. 暑假集训Day2 互不侵犯(状压dp)

    这又是个状压dp (大型自闭现场) 题目大意: 在N*N的棋盘里面放K个国王,使他们互不攻击,共有多少种摆放方案.国王能攻击到它上下左右,以及左上左下右上右下八个方向上附近的各一个格子,共8个格子. ...

  4. 暑假集训Day1 整数划分

    题目大意: 如何把一个正整数N(N长度<20)划分为M(M>=1)个部分,使这M个部分的乘积最大.N.M从键盘输入,输出最大值及一种划分方式. 输入格式: 第一行一个正整数T(T<= ...

  5. 2013ACM暑假集训总结-致将走上大三征途的我

    回想起这个暑假,从开始与雄鹰一起的纠结要不要进集训队,与吉吉博博组队参加地大邀请赛,害怕进不了集训队.当时激励我月份开始接触的,记得当时在弄运动会来着,然后就问了雄鹰一些输入输出的东西,怀着满心的期待 ...

  6. [补档]暑假集训D5总结

    %dalao 今天又有dalao来讲课,讲的是网络流 网络流--从入门到放弃:7-29dalao讲课笔记--https://hzoi-mafia.github.io/2017/07/29/27/   ...

  7. [补档]暑假集训D1总结

    归来 今天就这样回来了,虽然心里极其不想回来(暑假!@#的只有一天啊喂),但还是回来了,没办法,虽然不喜欢这个地方,但是机房却也是少数能给我安慰的地方,心再累,也没有办法了,不如好好集训= = %da ...

  8. 暑假集训(2)第七弹 -----今年暑假不AC(hdu2037)

    J - 今年暑假不AC Crawling in process... Crawling failed Time Limit:1000MS     Memory Limit:32768KB     64 ...

  9. [补档]暑假集训D6总结

    考试 不是爆零,胜似爆零= = 三道题,就拿了20分,根本没法玩好吧= = 本来以为打了道正解,打了道暴力,加上个特判分,应该不会死的太惨,然而--为啥我只有特判分啊- - 真的是惨. 讲完题觉得题是 ...

随机推荐

  1. P3052 [USACO12MAR]摩天大楼里的奶牛Cows in a Skyscraper 状压dp

    这个状压dp其实很明显,n < 18写在前面了当然是状压.状态其实也很好想,但是有点问题,就是如何判断空间是否够大. 再单开一个g数组,存剩余空间就行了. 题干: 题目描述 A little k ...

  2. 收集主机OS相关数据

    #!/usr/bin/ksh touch hostinfo$(date +%Y%m%d).csv filename=hostinfo$(date +%Y%m%d).csv >${filename ...

  3. IDEA Spark Streaming 操作(文件源)

    import org.apache.spark.SparkConf import org.apache.spark.streaming.{Seconds, StreamingContext} obje ...

  4. ubuntu 16.04 Hbase 安装

    1.解压安装包至路径 /usr/local 1.1.sudo tar -zxf ~/下载/hbase-1.1.2-bin.tar.gz -C /usr/local 2.将解压的文件名hbase-1.1 ...

  5. 50.Ext_数字输入框_Ext.form.NumberField

    转自:https://blog.csdn.net/inflaRunAs/article/details/84033618 <mce:script type="text/javascri ...

  6. 虫食算 2004年NOIP全国联赛提高组(dfs)

    1064 虫食算 2004年NOIP全国联赛提高组  时间限制: 2 s  空间限制: 128000 KB  题目等级 : 钻石 Diamond 题解  查看运行结果     题目描述 Descrip ...

  7. keystone身份认证服务

    Keystone介绍 keystone 是OpenStack的组件之一,用于为OpenStack家族中的其它组件成员提供统一的认证服务,包括身份验证.令牌的发放和校验.服务列表.用户权限的定义等等.云 ...

  8. 【Vijos1083/BZOJ1756】小白逛公园(线段树)

    [写在前面]TYC (Little White) 真是太巨啦! 题目: Vijos1083 分析: 一眼看上去就是线段树啊-- 然而当我这种蒟蒻兴高采烈地把线段树模板敲了一半,却发现一个问题: 这子区 ...

  9. Mysql(三):多表查询和存储程序

    今天内容: ● 多表查询(内连接 外连接 子查询) ● 存储程序(存储过程 函数) 多表查询 ​ 同时从多张数据表中查取到需要的数据即是多表查询. 多表查询时,参与查询的表中每条数据进行组合,这种效果 ...

  10. Java中的overload(方法的覆写)

    方法覆写(overload)与方法的重载非常相似,它在 Java的继承中也有很重要的应用. 写程序可能会碰到下面的情况,在父类中已经实现的方法可能不够精确,不能满足子类 的需求.例如在前面的 Anim ...