题目描述
李叔叔2011~2015年收到的电子邮件数量如下表格所示,请帮李叔叔用程序编写示例的统计图:
输入格式
一行,五个整数,表示每年收到的邮件数量
输出格式
五行,每行使用‘@’来表示收到的邮件数量。
样例数据
input
160 200 250 180 320
output
2011:@@@@@@@@@@@@@@@@(160)
2012:@@@@@@@@@@@@@@@@@@@@(200)
2013:@@@@@@@@@@@@@@@@@@@@@@@@@(250)
2014:@@@@@@@@@@@@@@@@@@(180)
2015:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(320)