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. 将文本转化为Numpy的矩阵

    def file2matrix(filename): fr = open(filename) numberOfLines = len(fr.readlines()) #get the number o ...

  2. processjs Documentation

    Documentation   Paul Nieuwelaar edited this page on 20 Sep 2017 · 4 revisions Installation & Usa ...

  3. 换上 SansForgetica-Regular 字体,增加记忆能力

    最近澳大利亚的RMIT(皇家墨尔本理工大学) 搞出来这么个字体,号称能增强记忆,原理是通过难以识别的字体,让人提起精神去识别,从而记忆更深刻. 果断弄了个试试. 安装过程: 下载字体文件 点这里去下载 ...

  4. 将json转换为数据结构体

    主要用到的依赖:(划重点:这个依赖需要加jdk版本号,不加的话用不了,且目前最高是jdk15) (ps: 用于json与其他类型格式转换,JSONObject, JSONArray等来自这个包) &l ...

  5. VUE图片懒加载-vue lazyload插件的简单使用

    序:vue项目时候,我们要对图片进行懒加载处理,这个开发项目中就不需要自己去写了,因为比较方便使用vue lazyload进行处理,高效率开发 一. vue lazyload插件: 插件地址:http ...

  6. 学习笔记 requests + BeautifulSoup

    第一步:requests get请求 # -*- coding:utf-8 -*- # 日期:2018/5/15 17:46 # Author:小鼠标 import requests url = &q ...

  7. eclipse的安装和汉化

    下载 打开浏览器输入网址 www.eclipse.org/ ,回车( Enter ) 点击下载( DOWNLOAD ) 会进入一个新的页面,点击下载软件包(Download Packages) 找到对 ...

  8. Redis之父九条编程忠告

    最近在学习redis,特地了解了一下redis之父Salvatore Sanfilippo ,而看到了一篇优秀的文章,总解分享之 个人解读总结如下 取巧编程品质key word:  过硬的编码能力 快 ...

  9. 清除UIWebView缓存

    //清除cookies NSHTTPCookie *cookie; NSHTTPCookieStorage *storage = [NSHTTPCookieStorage sharedHTTPCook ...

  10. Android Room 学习(一)

    Room简介 Room persistence库为SQLite提供了一个抽象层,以便在利用SQLite的全部功能的同时实现更强大的数据库访问. 该库可帮助您在运行应用程序的设备上创建应用程序数据的缓存 ...