Too much thinking! Too much annoying.
I am now in great demand for an opportunity to yearn for, the ability to express myself, in a maximum scale to let other people know about me, and my feeling as well.
First: a good atmosphere could affect someone in a good way, and otherwise may be counterproductive. I am now temporarily living in one single room with my cousin, whose apartment is very near from my own worksite. He is a super-straight man, thinking everything evil and disgusting which has (even little) connection with the stuff like homosexuality. And therefore he get himself quite a different from as I live. I used to be very diligent in daily chores and he said he could remember that; and now I become a lazy and common person due to my present living habit and unhealthy mindset. While, the truth is he is in my mind, a very lazy person, as exactly as what he describes me. He has a single apartment which might size 25 square meters, with elaborated design and practical decoration (like chairs and balcony-sofa). The problem is he doesn’t often take good care of his room, like sweeping the floor, and collecting the dust. He also cook in this room. As a consequence a lot of flavors mixed with different origins stimulate your nose and mind. His solution to this was just nothing at all. He has blamed me for not helping him cleaning the floor and making the bed. Well the truth in China is: when you’re living under someone’s house, you have to take the owner’s orders into account. However, I forsake it. Most possibly reason is: I ignore this because he is my cousin, and as a relative who also comes from my father’s family part, I disrespected him unconsciously. He had done very sin-like stuff to me when I was very young and was having a resident identity in his family and house. He could do those unspeakable insulting things to me, well which after so many years I found affected me so much and haunts me so heavily. I suddenly stand at someone else’s point and judge on me, the conclusion is: I am of a pity, and devastation could be percept even not as tiny as a single drop of dust in air. My experiences could just be mine, but more of us in this world are sharing the same circumstances. (This world is twisted by those unseen and unknown forces, that we could not ever find or change, which is of a very sad story.)
Second: consumption is more than my income. I have been in an internship in an f-c, which doesn’t earn me much but can afford my controllable purchases. Once I claim for more it will become very disappointing and melancholy. One cannot cover his expenses, and then he or she is going to suffer from a certain series torment. I met Han Han a few days ago, and having had a night spent in embraces and kisses and oral sexes, I thought he could be the one (the one I admire for his courage, capability, talent, wealth and quality). Well then what I figure in my mind is to compare myself to him, to lift myself to the level as he in, as much as possible. Then I went to Xinhua Hospital, to claim for an operation on my penis, ‘cuz I had the covering skin too much and somehow affected my normal life in the past almost 8 years. I had mentioned this to my father a year ago, and what he said made me more timid and scare to tell other people the truth about my sexual organ. Also, I bought a brand new jacket online which cost a lot more than my average consumption amount. A playboy branded jacket costed 270 yuan, and a Tebu branded jacket costed me 260, and I guess I never have expended so much on my dressing. Now for what I do? In my opinion, for the lift-up to another level of living standard, and appearance standard.
Third: I have to say: I am now in danger. I have no idea how I perform in the f-c. So I don’t know if I could be excelling in things I need to master. Sometimes I just worry too much, but though they don’t make no sense.
Too much thinking! Too much annoying.的更多相关文章
- 2015 Multi-University Training Contest 1 - 1009 Annoying problem
Annoying problem Problem's Link: http://acm.hdu.edu.cn/showproblem.php?pid=5296 Mean: 给你一个有根树和一个节点集合 ...
- 心情烦闷annoying,贴几个图!唉!annoying
nothing could be more annoying!!!!! lost!failed!
- Codeforces 1009C: Annoying Present
C. Annoying Present time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- The Annoying Bug
log里看不出问题,直接客户端就disconnected. gdb 挂了也不会停住,继续跑得跟正常人似的 再连根本不正常的了. 硬件: a , 主板CPU更换过 b,USB3.0 软件: 无有更换,但 ...
- HDU 5293 Annoying problem 树形dp dfs序 树状数组 lca
Annoying problem 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5293 Description Coco has a tree, w ...
- HDU 5296 Annoying problem dfs序 lca
Annoying problem 题目连接: http://acm.hdu.edu.cn/showproblem.php?pid=5296 Description Coco has a tree, w ...
- HDU 5296 Annoying problem
Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others ...
- C. Annoying Present SB题
C. Annoying Present time limit per test 2 seconds memory limit per test 256 megabytes input standard ...
- hdu5296(2015多校1)--Annoying problem(lca+一个公式)
Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others ...
- HDU 5296 Annoying problem LCA+树状数组
题解链接 Annoying problem Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/O ...
随机推荐
- 兼容IE8的video写法
<video width="100%" height="515px" controls preload> <source src=" ...
- JS保留小数 去尾法 进一法 四舍五入法
//toFixed 四舍五入遇到坑. 1.235.toFixed(2) = 1.23 1.2350001.toFixed(2) = 1.24 //去尾法 Number.prototype.toFloo ...
- 实现qq登录
//html页面 引入qq图标 <td> <a href="#" onclick="toLogin()"><img src=& ...
- 数据结构与算法之PHP用邻接表、邻接矩阵实现图的广度优先遍历(BFS)
一.基本思想 1)从图中的某个顶点V出发访问并记录: 2)依次访问V的所有邻接顶点: 3)分别从这些邻接点出发,依次访问它们的未被访问过的邻接点,直到图中所有已被访问过的顶点的邻接点都被访问到. 4) ...
- CSS知识点(二)
七.CSS的继承性和层叠性 继承性 面向对象语言都会存在继承的概念,在面向对象语言中,继承的特点:继承了父类的属性和方法.那么我们现在主要研究css,css就是在设置属性的.不会牵扯到方法的层面. 继 ...
- 二十四、JAVA的NIO和IO的区别
一.JAVA的NIO和IO 1.NIO:面向缓冲区(buffer)(分为非阻塞模式IO和阻塞模式IO)组成部分:Channels管道,Buffers缓冲区,Selectors选择器 2.IO:面向流( ...
- 设计模式之单例模式-C++
单例模式也称单子模式.单件模式,通过单例模式可以保证系统中只有一个类只有一个实例,并提供一个访问它的全局访问点,该实例被所有程序模块共享 对于系统中的某些类来说,只有一个实例很重要,比如一个打印机可以 ...
- suffix word al ain aire out ~A1
1◆ al 2◆ ain ~的人 3◆ aire 表名词
- java中super关键字的用法
class Sum { int n; float f() { float sum=0; for(int i=1;i<=n;i++) sum=sum+i; System.out.println(& ...
- [BZOJ1588]营业额统计
Problem 每次给你一个数,找出前面的数与这个数的差的绝对值的最小值 Solution Splay Notice 找不到前驱和后继时,会出错. Code #include<cmath> ...