Title: The world's most expensive cities

  生活成本最高的城市

For the first time in its 30-year history, the Worldwide Cost of Living Survey(主语,全球生活成本调查报告) from The Economist Intelligence Unit(经济学人智库) gives the title(头衔,称谓) of the world's most expersive city to three places.  Singapore(新加坡) marks its sixth straight year at the top of the rankings, and is joined there by Hong Kong and Paris. The survey(调查), which compares prices across 160 products and services, finds that living costs in all three cities are 7% higher than in New York, the benchmark city(基准城市). Two Swiss(瑞士) cities, Zurich(苏黎世) and Geneva(日内瓦), and Osaka(大阪市) in Japan also have higher prices than New York; Copenhagen(哥本哈根) and Seoul(首尔) cost the same as the Big Apple(纽约的别名).

  mark  v.庆祝,纪念(重要事件)

  straight adj.连续的,不间断的

  ranking n.社会地位,社会阶层;顺序,次序;行列;军队    adj.头等的,高级的,超群的

  benchmark n.基准(点)  set a benchmark for something  为某事设立基准/典范

  living costs are higher  =>   have higher prices  物价更高

Strong economic growth in the United States in 2018 led to a sharp(表示上涨的程度很高) appreciation of the dollar(美元) and a rise up(prep.沿着…往上) the rankings(排行榜) for 14 of the 16 American cities for which prices are collected. The highest climbers(指名次上升的城市) were San Francisco(旧金山) (up 12 places to 25th(上升12名,目前位列25名)) and Houston(休斯顿) (up to 30th from 41st); New York itself moved up six spots(名次) to seventh and Los Angeles rose by four places to tenth. These movements(指这些城市名次的变化) represent a sharp increase in the relative cost(相对成本) of living compared with five years age, when New York and Los Angeles(洛杉矶)  tied(并列) in 39th position.

  strong economic growth led to A and B  强劲的经济增长导致了两个结果

  sharp adj.锋利的;尖锐的;敏锐的;狡猾的;聪明的

  appreciation n.(价格,价值等的)上涨,增值

  climber n.攀登者;登山者  a rock climber 一个攀岩的人

  up 12 places 上升了12名

  compared with sth 和…作比较

Elsewhere(在其他地方), inflation, devaluations and economic turmoil caused the cost of living in Argentina(阿根廷), Brazil(巴西), Turkey(土耳其) and Venezuela(委内瑞拉) to plunge. Trukey's currency crisis(货币危机,指汇率的变动超出了自己可承受的范围) and surging(飙升的,快速增加的)   consumer-price(消费价格通胀) inflation saw  Istanbul(伊斯坦布尔) drop 48 places to joint(联合的,共同的) 120th. But Caracas(卡拉卡斯) in Venezuela claims(获得/赢得某物) the title of the least expensive(最低消费) city in the world, thanks to hyperinflation and the  plummeting(飞速贬值的) bolívar.

  inflation n.通货膨胀    反义词 => deflation n.通货紧缩

  devaluation n.(货币)贬值    devalue v.贬值

  turmoil n.混乱,骚乱,动乱

  plunge v.(价值或程度)暴跌,骤降

  see v.见证(某事的发生)  近义词 => witness

  claim the title of something 获得某种称号

  thanks to something 原因在于…

  hyperinflation n.极度通货膨胀,恶性通货膨胀    hyper- 超越,超过   Hyperion 古希腊光亮之神

    hypersensitive adj.高度敏感的    hypercritical adj.吹毛求疵的

  plummet v.暴跌,急剧下降

  bolívar n.博利瓦(委内瑞拉货币)  全称 => Venezuelan Bolivar   外汇符号 => VEB

  

100-days: sixteen的更多相关文章

  1. PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)

    100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...

  2. height:100% 布局

    常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...

  3. .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上

    今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...

  4. xinetd cpu 100%

    今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...

  5. EZchip将推全球首款100核64位ARM A-53芯片

    EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03   来源:互联网    关键字: 将推  全球  64位  arm EZchip日前表示,将准备开发 ...

  6. Ural 1209. 1, 10, 100, 1000... 一道有趣的题

    1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...

  7. Java程序设计之打印100~999的水仙花数

    package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...

  8. jQuery中的100个技巧

      1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...

  9. 设置height:100%无效的解决方法

    设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...

  10. 1.2输出100以内的素数&输出前100个素数。

    输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...

随机推荐

  1. Hibernate主键自增策略

    hibernate 主键生成策略配置: 通过 实体类映射文件中 <id>元素的 子元素 <generator> 元素进行配置 <generator> 常用配置: ( ...

  2. 如何写一个makefile

    最近因为编译需求,需要更改一些编译条件,顺带看了一些Makefile相关的知识,介绍的很详细,但是例子很少,拆分的比较零碎.初学的话,确实有点压力,我还是喜欢直接在原有的基础上改一些东西,然后遇到问题 ...

  3. What’s New In GRANDstack?

    转自:https://blog.grandstack.io/whats-new-in-grandstack-310c067fea4a There’s been a lot of activity in ...

  4. Scala环境(集成idea)

    1 语言介绍 他已经出生15年了,就像明星一样,谁都不可能一开始就人气爆棚粉丝无数,得慢慢混. 据说这家伙已经威胁到了Java的地位,我当时也是被这句话惊到,才毅然决然的认识了他.目前也正在努力学习中 ...

  5. Hystrix 学习使用

    说明: 每次调用创建一个新的HystrixCommand,把依赖调用封装在run()方法中 执行execute()/queue做同步或异步调用 请求接收后,会先看是否存在缓存数据,如果存在,则不会继续 ...

  6. 移植Valgrind检测Android JNI内存泄漏

    1.相关工具 Valgrind:从Valgrind官网下载最新的源码包,我这里用的是:valgrind 3.14.0 (tar.bz2) [17MB] - 9 October 2018. Ubuntu ...

  7. 【docker】将Java jar文件生成镜像、上传镜像并生成镜像压缩文件

    概述 将Springboot的web服务打包成Jar包后,自动化脚本将jar打包成镜像.上传镜像.并生成镜像的压缩文件: Dockerfile FROM 10.254.9.21/library/ora ...

  8. 6.ST LINK 下调试异常

    ☆1.无法进入main函数(printf的影响)***为什么有时候可以进入main函数,有什么进入不了main函数?    <1> 因为C语言默认使用显示器作为标准输出的设备,所以如果想利 ...

  9. django 多线程下载图片

    example1: from multiprocessing.dummy import Pool as ThreadPool #多线程 import time import urllib2 urls ...

  10. Python【每日一问】02

    问:列表 test = [1,2,3,1,3,4,5,67,7,8,54,1,2,3,4,5,6],如何删除该列表的重复元素? 方法1:利用集合的不重复性 # 利用集合的不重复性 test = [1, ...