#2611. C++-爱心

C++-爱心

Background

Description

编写倒计时和爱心,用输入的字符组成爱心。

image

image

Format

Input

Output

Samples

*
3
2
1
时间到!
准备好开始了吗?
                              *****         *****
                            *********     *********
                          ************* *************
                         *****************************
                         *****************************
                         *****************************
                          ***************************
                            ***********************
                              *******************
                                ***************
                                  ***********
                                    *******
                                      ***
                                       *
$
3
2
1
时间到!
准备好开始了吗?
                              $$$$$         $$$$$
                            $$$$$$$$$     $$$$$$$$$
                          $$$$$$$$$$$$$ $$$$$$$$$$$$$
                         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$
                          $$$$$$$$$$$$$$$$$$$$$$$$$$$
                            $$$$$$$$$$$$$$$$$$$$$$$
                              $$$$$$$$$$$$$$$$$$$
                                $$$$$$$$$$$$$$$
                                  $$$$$$$$$$$
                                    $$$$$$$
                                      $$$
                                       $

Limitation

1s, 1024KiB for each test case.