【English】口头禅
1. Absolutely! 毫无疑问!
2. Adorable! 可爱极了!
3. Amazing! 太神奇了!
4. Anytime! 随时吩咐!
5. Almost! 差不多了!
6. Awful! 好可怕啊!
7. Allow me! 让我来!
8. Baloney! 胡扯!荒谬!
9. Bingo! 中了!
10. Boring! 真无聊!
11. Bravo! 太棒了!
12. Bull*! 胡说!
13. Correct! 对的!
14. Crazy! 疯了!
15. *! 该死的!(不用说你们也应该知道是什么bad word )
16. Deal! 一言为定!
17. Definitely! 当然!
18. Disgusting! 好恶心啊!
19. Willingly! 很乐意!
20. Exactly! 完全正确!
21. Well? 怎么样?
22. Fantastic! 妙极了!
23. Fifty-fifty! 一半对一半!(半斤八两)
24. Fresh! 好有型!帅极了!
25. Gorgeous! 美极了!
26. Great! 太好了!
27. Hopefully! 希望如此!
28. Horrible! 好可怕!
29. Hot! 好辣!
30. Hurray! / Hurrah! 万岁!
31. Imagine! 想想看!
32. Impossible! 不可能吧!
33. Impressive! 很感人,永生难忘!
34. Incredible! 不可思议!
35. Indeed? 真的?
36. Listen! 听着!
37. Lousy! 差劲!
38. Now! 现在就做!
39. Objection! 我抗议!
40. Outrageous! 不得了!
41. Perfect! 很完美!
42. Please! 拜托了!
43. Probably! 很可能!
44. Rats! 差劲!
45. Relax! 放轻松!
46. Right! 对的!
47. Satisfied? 满意了吗?
48. So so. 马马虎虎!
49. Still? 仍是这样?
50. Stingy! 小气鬼!
51. Superb! 棒极了!
52. Surprise! 给你一个惊喜!
53. Terrible! 好可怕!
54. Terrific! 了不起的!
55. Try! 去试一下!
56. Unbelievable! 难以置信!
57. Understand? 明不明白?
【English】口头禅的更多相关文章
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
- leetcode-【hard】273. Integer to English Words
题目: 273. Integer to English Words Convert a non-negative integer to its english words representation ...
- [LeetCode] 423 Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [CareerCup] 17.7 English Phrase Describe Integer 英文单词表示数字
17.7 Given any integer, print an English phrase that describes the integer (e.g., "One Thousand ...
- English随笔1
英语中的基本五大句型 1.Subject (主语) + Verb (谓语) Li Ming works The accident happened 2.Subject (主语) + Link. V( ...
- Leetcode: Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
随机推荐
- 使用python抓取并分析数据—链家网(requests+BeautifulSoup)(转)
本篇文章是使用python抓取数据的第一篇,使用requests+BeautifulSoup的方法对页面进行抓取和数据提取.通过使用requests库对链家网二手房列表页进行抓取,通过Beautifu ...
- 利其器之webstorm快捷键
总结几个webstorm常用的快捷键(macbook下) 最实用: command + option + 左/右箭头 定位到历史记录中上次/下次编辑的位置 command + b ...
- centos6 部署strongloop
1.安装node 1)下载官方二进制包 cd /opt wget https://nodejs.org/dist/latest-v7.x/node-v7.10.0-linux-x64.tar.gz 2 ...
- [thinkphp] ajaxReturn案例
javascript: <script> $('.ajax-post').click(function(){ var action_url=$('form').attr('action') ...
- centos6.5 卸载adobeflash
# rpm -e flash-plugin # rpm -qa | grep ^flash-plugin
- Codeforces 702C Cellular Network(二分)
题目链接:http://codeforces.com/problemset/problem/702/C 题意: 在数轴上有N个城市和M个信号塔,给你这N个城市以及M个塔在数轴上的位置,求M个塔可以覆盖 ...
- cogs 服务点设置
3. 服务点设置 ☆ 输入文件:djsa.in 输出文件:djsa.out 简单对比时间限制:1 s 内存限制:128 MB 问题描述为了进一步普及九年义务教育,政府要在某乡镇建立一所 ...
- AOJ 2266 Cache Strategy(费用流)
[题目链接] http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=2266 [题目大意] 有M个桶,N个球,球编号为1到N,每个球都有重量 ...
- [UOJ300]吉夫特
直接上lucas定理,可以得到$\binom nm=1$等价于$m$是$n$的子集(二进制) 因为数字两两不同,所以设$f_i$表示以$i$开头的满足要求的序列有多少个,转移就是$f_i\gets f ...
- 【kd-tree】bzoj1176 [Balkan2007]Mokia
裸题不多说,注意在sqrt(n*log(n))次插入后重构树以保持深度. #include<cstdio> #include<cmath> #include<algori ...