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. Kali安装虚拟机遇到的问题

    1.上官网下载了最新版的VMware 14.0版,安装的时候下一步下一步就是了. 2.最新版的官网激活码 FF590-2DX83-M81LZ-XDM7E-MKUT4 CG54H-D8D0H-H8DHY ...

  2. 阻塞队列 BlockingQueue 详解

    转自:https://mp.weixin.qq.com/s?__biz=MzI4Njc5NjM1NQ==&mid=2247487078&idx=2&sn=315f39b6d53 ...

  3. iso系统镜像刻录到光盘和U盘

    使用UltraISO刻录 刻录U盘,点击文件,打开,选择镜像 启动,写入硬盘镜像选择U盘即可 刻录光盘 工具,刻录光盘映像,选择镜像,需要先插入光盘刻录机(有些电脑可能自带光驱盘,且有刻录功能,那么我 ...

  4. SVN 撤回已提交的代码

    1. TortoiseSVN -----> Show log 2.右键点击你想撤回的提交 -> Revert changes from this revision ----->Rev ...

  5. Linux之文件(目录)默认权限、特殊权限与隐藏权限

    文件默认权限 从Linux之用户组.文件权限详解了解到文件与目录的基本权限管理,文件在创建时如果不指定具体的权限,那么系统会给它分配一个默认的权限,这个默认权限就是umask. vbird@Ubunt ...

  6. bvlc_reference_caffenet网络权值可视化

    一.网络结构 models/bvlc_reference_caffenet/deploy.prototxt 二.显示conv1的网络权值 clear; clc; close all; addpath( ...

  7. Delphi LiveBinds组件

    Component Logo Component Name Description TBindSourceDB Is used for creating bindings to databases. ...

  8. JavaScript常见的代码精简

    1.&& callback && callback() 等价于: if(callback){ callback(); } 表达的意思: 先判断 callback 是不是 ...

  9. plot

    scatter import pandas as pd df_train=pd.read_excel(r"C:\Users\Liugengxin\Desktop\回归.xlsx") ...

  10. cocos2dx自带物理引擎-创建物理世界

    首先在createScene()里 auto scene = Scene::createWithPhysics(); 创建带有物理的场景 然后再OnEnter里创建边界框 auto body = Ph ...