Cinderella
Chapter 1 Ella, Ella, Cinderella
There is a beauiful girl. Her name is Ella.
She lives with a wicked stepmother.
And she lives with two ugly stepsisters, too.
Every day they yell, "Ella, clean the house!
Make us breakfast!
Ella is cleaning the house.
She is cleaning the fireplace.
"Look at her," laughs one of her sisters.
"She is very dirty from the cinders."
"Right. Let's call her Cinderella,"
says the other sister.
One day a letter arrives from the Prince.
There will be a big party at the palace.
Everyone wants to go.
"Can I go?" asks Cinderella.
"No! You're too ugly and dirty!"
says her mother.
"We need new dresses, Cinderella!"
her sisters yell.
Chapter 2 Cinderella's Fairy Godmother
Cinderella's sisiters are at the party.
They are wearing new dresses.
Cinderella is not at the party.
She is wearing an old dirty dress.
Cinderella is at home alone.
She is sad and lonely. She is crying.
PUFFFF!
"Don't cry, Cinderella!" says the woman.
"Who are you?" asks Cinderella.
"I'm your Fairy Godmother. I will help you,"
says the woman.
The Fairy Godmother waves her magic wand.
PUFFFF! A pumpkin changes into a coach.
PUFFFF! A mouse changes into a coachman.
And two mice change into two white horses.
PUFFFF!
Cinderella's dirty dress changes into a beautiful dress.
Finally the Fairy Godmother gives beautiful
glass shoes to Cinderella.
"Now go to the party. But be home
by 12 o'clock," says the Fairy Godmother.
"My magic will disappear at 12 o'clock."
Chapter 3 The Party
Cinderella arrives at the palace.
"She is very beautiful!" says the Prince.
He goes to Cinderella and says,
"Please dance with me."
They dance all evening.
Cinderella is very happy with the Prince.
It is nearly 12 o'clock,
"Oh, I must go," says Cinderella.
She runs away.
"Wait! Wait!" yells the Prince.
Cinderella runs down the stairs.
She runs and runs.
OH, NO! One of her glass shoes falls off.
The Prince runs after Cinderella.
But he finds only one glass shoe.
"Oh, here is her shoe. I will find her," he says.
At last it is 12 o'clock.
The magic disappears.
The coach turns back into a pumpkin.
The horses and the coachman turn back into mice.
Cinderella is in her dirty dress again.
chapter4 The Glass Shoe
The Prince tries to find Cinderella.
Many women try on the shoe.
But it doesn't fit anyone.
Cinderella's sisters try, too.
But their feet are too big.
Cinderella is working in the kitchen.
The Prince sees her.
"She must try on the shoe," he says.
"Cinderella is only a kitchen girl," yell her sisters.
"She is too dirty," says her mother.
"Every woman must try," says the Prince.
Cinderella tries on the galss shoe.
It fits!
"Yes, Yes! It's you!" says the Prince.
"Will you marry me?"
"Yes, I will," says Cinderella.
Cinderella and the Prince get married.
They are happy.
Cinderella is never lonely again.
Cinderella的更多相关文章
- Codeforces gym 100685 C. Cinderella 水题
C. CinderellaTime Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/gym/100685/problem/C ...
- CodeForces Gym 100685C Cinderella (水题)
题意:给定 n 个杯子,里面有不同体积的水,然后问你要把所有的杯子的水的体积都一样,至少要倒少多少个杯子. 析:既然最后都一样,那么先求平均数然后再数一下,哪个杯子的开始的体积就大于平均数,这是一定要 ...
- 【Ajax 基础学习】
http://www.cnblogs.com/guduoduo/p/3681296.html 今天简单的学习了 Ajax 的基础知识,总结在这里.部分代码不是原创,特此说明. [Ajax 简介] AJ ...
- Html5的表单
跨浏览器 https://github.com/westonruter/webforms2 https://github.com/Modernizr/Modernizr http://www.blog ...
- 本地测试AJAX请求
要在本地测试AJAX,首先是环境的搭建,因为XHR对象的open方法中参数url是指文件在服务器上的文件.下面以WampServer为例. 1. 下载wamp的安装包,下载地址为:http://221 ...
- Tomcat web.xml中定义了文件扩展名到MIME类型的对应关系
Tomcat在返回静态资源时,会根据资源文件的扩展名产生对应的content-type头(也即MIME类型)添加到response header中. 在Tomcat的web.xml规定了扩展名及相应M ...
- [zt]给你的Mp4大换血,精选Touch里3年收集的900多首歌,"经典不忍去的""最新近流行的",与你共享~~
如果你是音乐爱好者: 这些歌, 请戴上耳机, 调大音量, 一个人听 ,全世界 都是你的!!!!! (一)这些歌很温暖,没有金属味,适合有阳光的午后,很悠闲... [Anaesthesia]Maximi ...
- AJAX 数据库实例
AJAX 用于创建动态性更强的应用程序. AJAX ASP 实例 下面的例子将演示当用户在输入框中键入字符时,网页如何与服务器进行通信: 实例 请在下面的输入框中键入字母(A - Z): 姓名: 建议 ...
- PHP与Ajax的交互更新页面
PHP与Ajax的交互更新页面 本次主要学习ajax的概念以及怎么与PHP之间进行交互操作 1.什么是Ajax? 国内翻译常为“阿贾克斯”和阿贾克斯足球队同音,AJAX 是一种用于创建快速动态网 ...
随机推荐
- 修改数据库中的内容报错:PropertyAccessException:Null value was assinged to a property of primitive type setter of
错误原因:totalTime的类型为int,数据库中为NULL,int 类型不能赋值为NULL,只能为0,所以报此异常. 解决方案:将totalTime的类型改为Integer,或者初始化为0
- cpuinfo
在Linux系统中,如何详细了解CPU的信息呢? 当然是通过cat /proc/cpuinfo来检查了,但是比如几个物理CPU/几核/几线程,这些问题怎么确定呢? 经过查看,我的开发机器是1个物理CP ...
- 前端福利之HTML5 UTF-8 中文乱码(转)
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...
- Ubuntu的常识使用了解4
寻找文件的「名称」 在Linux系统当中,文件的数量非常非常的多, 需要使用查找工具来高效查找指定文件位置:
- SQL编程:group by合并结果字符串 ---> group_concat函数就能行
1.表结构 create table tt(id int,v varchar(30)); insert into tt values(1,'a'),(1,'b'),(2,'b ...
- TypeToken 是google提供的一个解析Json数据的类库中一个类
Type listType = new TypeToken<LinkedList<User>>(){}.getType(); Type是java里的reflect包的Type ...
- 谈谈INotifyPropertyChanged和ICommand
WPF,Windows8和Windows Phone开发中的MVVM设计模式中很重要的两个接口是INotifyPropertyChanged和ICommand,深入理解这两个接口的原理,并掌握其正确的 ...
- shell中调用jenkins API批量运行历史任务
shell中调用jenkins API批量运行jenkins带参数的任务: #!/bin/sh #startdate=20150127 startdate=20150201 while [ " ...
- PostgreSQL查询数据(基本查询)
原料:数据表 create table "SysUser"( "UserId" serial, --用户Id,自增 "UserName" ) ...
- django drf Token验证
https://www.django-rest-framework.org/api-guide/authentication/#basicauthentication 1.INSTALLED_APPS ...