Once I got around the cafeteria, building three was easy to spot.

我一走出自助餐厅,很容易看见建筑三。

A large black "3" was painted on a white square on the east corner.

一个大的黑色的3就被印在白色正方形广场的西边的角落上。

I felt my breathing gradually creeping toward hyperventilation as I approached the door.

当我到达那个门的时候,我感觉我的呼吸渐渐的变得换气过度。

在走到门前时,我能感到我的呼吸越来越用力,快透不过气来了。

I tried holding my breath as I followed two unisex raincoats through the door.

我尝试控制我的呼吸,跟随着两件不分性别的雨衣通过了这个门。

我试图稳住自己的呼吸,跟着两个穿着不分男女的雨衣的人走进大门。

The classroom was small. The people in front of me stopped just inside the door to hang up their coats on a long row of hooks. I copied them.

教室不大,我前面的人一进门就把他们的雨衣放到一个长的桌子前面。我也学着他们按部就班。

把他们的雨衣挂在长长的一排挂钩上。

They were two girls, one a porcelain-colored blonde, the other also pale, with light brown hair.

他们是两个女孩,一个是金发碧眼的,另一个也是白皮肤的,是亮棕色的头发。

我学着他们的样子做。原来那是两个女孩,一个有着瓷器般的肌肤和明亮的金发,另一个肤色也很浅,头发是浅褐色的。

At least my skin wouldn't be a standout here.

至少在这我的皮肤不是很出众。

I took the slip up to the teacher, a tall, balding man whose desk had a nameplate identifying him as Mr. Mason.

我斜向上看着我们的老师,一个高高的男人,办公桌上面有一个名牌,上面写着Mason先生。

He gawked at me when he saw my name — not an encouraging response — and of course I flushed tomato red.

当他看见我的名字的时候凝视了我一眼,不是一个鼓励的回复,然后我自然而然的脸红的像番茄。

当他看到我的名字时他目瞪口呆地看着我——对我来说这不是个令人鼓舞的举动——当然我立刻满脸通红。

Chapter 1 First Sight——17的更多相关文章

  1. Chapter 2 Open Book——17

    The rain stayed soft over the weekend, quiet, so I was able to sleep well. 这周末雨一直下的很柔很安静,所以我能睡的很好. P ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  6. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  7. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  8. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  9. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

随机推荐

  1. 2.定义图形类Shape,该类中有获得面积的方法getArea();定义长方形类Rect,该类是Shape的子类,类中有矩形长和宽的变量double a,double b,设置长和宽的方法setWidth()、setHeight(),使用getArea()求矩形面积;利用getArea方法实现题1中圆面积的求解。

    // 图形类Shape package d922B; public class Shape { double getArea(ShapePara x){ return x.getArea(); } d ...

  2. Android jni编辑.so库

    引自:http://www.cnblogs.com/sevenyuan/p/4202759.html 1. 在Eclipse中创建项目:TestJNI 2. 新创建一个class:TestJNI.ja ...

  3. php编译错误:Cannot find OpenSSL's <evp.h>

    yum install openssl openssl-devel ln -s /usr/lib64/libssl.so /usr/lib/

  4. 项目管理实践【三】每日构建【Daily Build Using CruiseControl.NET and MSBuild】

    在上一篇项目管理实践教程二.源代码控制[Source Control Using VisualSVN Server and TortoiseSVN]中我们已经讲解了如何使用TortoiseSVN和Vi ...

  5. JQuery 多选按钮checkbox

    JQuery 多选按钮checkbox 在需要全选和选择部分的时候我们就需要多选在这里主要介绍了具体的实现 JQuery $(function () { //全选或全不选 $("#allbo ...

  6. Linux Shell : Test命令参数解析

    格式: test conditions test -n string : string 不为空 test -z string : string 为空 test int1 -eq int2  : int ...

  7. DB9_公头_母头_串口引脚定义及RS-232串口线制作方法

    RS-232连接线制作方法 材料及工具 一根双绞线(8芯).一个标准RJ45头.一个DB9孔型插头.一把RJ45专用工具.一个电烙铁及若干焊锡. 引脚定义 按以下管脚定义制作RJ45端头:I表示网络视 ...

  8. JavaScript高级程序设计:第十一章

    一.选择符API SelectorsAPILevel 1的核心是两个方法:querySelector()和querySelectorAll(). 1. querySelector()方法 queryS ...

  9. LeetCode OJ 226. Invert Binary Tree

    Invert a binary tree. 4 / \ 2 7 / \ / \ 1 3 6 9 to 4 / \ 7 2 / \ / \ 9 6 3 1 Trivia:This problem was ...

  10. hud 2549 壮志难酬

    Problem Description 话说MCA山上各路豪杰均出山抗敌,去年曾在江湖威名显赫的,江湖人称<万军中取上将首级舍我其谁>的甘露也不甘示弱,“天将降大任于斯人也,必先劳其筋骨, ...