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. [CSL 的字符串][栈,模拟]

    链接:https://ac.nowcoder.com/acm/contest/551/D来源:牛客网题目描述 CSL 以前不会字符串算法,经过一年的训练,他还是不会……于是他打算向你求助. 给定一个字 ...

  2. CSVN配置自动备份策略

    在浏览器中登录CSVN管理页面,登录地址就是ip:3343,版本库->backup schedule ,选择type of job(备份类型),when to run(备份频率和时间),numb ...

  3. Linux Capability探索实验

    Linux内核从2.1版本开始,就开始支持Capabilities的安全机制.Capabilities安全机制提出的目的在于实现系统特权操作的更加细粒度的访问控制,使用户能够根据实际的安全需求来控制r ...

  4. java 获取键盘输入常用的两种方法

    java 获取键盘输入常用的两种方法 方法1: 通过 Scanner Scanner input = new Scanner(System.in); String s = input.nextLine ...

  5. 阅读 Device Driver Programmer Guide 笔记

    阅读 Device Driver Programmer Guide 笔记 xilinx驱动命名规则 以X开头 源文件命名规则 以x打头 底层头文件与高级头文件 重点来了,关于指针的使用 其中 XDev ...

  6. 铁板纹理 铁锈Rust

    软件:Substance Designer 2017.1.2 这篇文章记录铁锈的制作方法,铁锈效果见图一 图一:铁锈Rust 铁锈的具体制作过程为: 使用BnW Spots 2(Noise)结点生成噪 ...

  7. phpwind v9存在命令执行漏洞(登陆后台)

    已知漏洞:https://www.seebug.org/vuldb/ssvid-94465 phpwind v9最新版存在命令执行漏洞(登陆后台) Phpwind_v9.0.2(最新版),phpwin ...

  8. centos 支持安装libsodium

    yum install epel-release -y yum install libsodium -y 然后没了.

  9. J2EE十三个技术规范

    从事Java开发的童鞋都知道,java是一种非常棒的语言,能够实现跨平台运行.它屏蔽了具体的平台环境的要求,也就是说,无论是windows,还是Unix.Linux系统,只要支持Java虚拟机,就可以 ...

  10. Java date 日期计算

    import org.junit.Test; import java.util.Calendar; import java.util.Date; /** * @author cosmo * @Titl ...