F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Rose Shop

Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 125    Accepted Submission(s): 6


Problem Description
Small JH,the boss of the rose shop, preparated many roses for the valentine's day.It¡¯s too much people come and buy roses,so Small JH have to put the roses back in every t(0 < t) minutes.The roses put as a thwartwise tower in the rail (look at the picture).You can get the number of rose with n(0<n<13) rows is n*(n + 1)/ 2.
a bundle of rose like this:

@
@~@~@
@~@\@/@~@
\@|@|@|@/
\\\|///
\\|//
\|/
=&=
/|\

This is the rose in the rail:

The rose numbered as below:

1
2 3
4 5 6
7 8 9 10

The rule of putting the rose in is to find a empty bay where the number is smallest and put the rose in.We can suppose he add the rose spend no time,the customer should wait after Small JH add the rose.
The shop opened at 8:00am and closed at 11:00pm(the customer can buy rose at 11:00pm but the boss will not add the rose at 11:00pm).He want to know the situation of the customer buy the rose and the placement of rose after 11:00pm.If the customer see the shop is closed,he will leave.
 

Input
The input will consist of several cases, please deal with till the end of file. Each case contains three integers N , T and M (0<N<13, 0<T, 0<M<=100) representing there are N rows of roses,small JH add the rose every T minutes and M customer.Then follow M*2 lines as below format:
hh:mm k
a1 a2¡­ak
stand for at hh:mm the customer want to buy k roses,ai means he wants the rose numberd ai.at the same time,only one customer into the shop.
the time is increase and 0 < k <= n*(n + 1)/ 2, 0 < ai <= n*(n+1)/2.
 

Output
For each customer, when the shop Not yet opened,print ¡°Not yet open for business¡±. if he can buy at least one rose,please print ¡°You bought X beams of rose¡±.X means the number of the customer have bought.otherwise,print ¡°What a pity!¡±.
After all, print the state of rose.
 

Sample Input
2 1 1 8:00 1 2 2 10000 1 8:00 1 2
 

Sample Output
You bought 1 beams of rose +---------------------+ | @ | | @~@~@ | | @~@\@/@~@ | | @ \@|@|@|@/ @ | | @~@~@\\\|///@~@~@ | |@~@\@/@~@\|/@~@\@/@~@| |\@|@|@|@/\|/\@|@|@|@/| | \\\|/// =&= \\\|/// | | \\|// /|\ \\|// | | \|/ \|/ | | =&= =&= | | /|\ /|\ | +---------------------+ You bought 1 beams of rose +---------------------+ | @ | | @~@~@ | | @~@\@/@~@ | | \@|@|@|@/ @ | | \\\|///@~@~@ | | \\|/@~@\@/@~@| | \|/\@|@|@|@/| | =&= \\\|/// | | /|\ \\|// | | \|/ | | =&= | | /|\ | +---------------------+
 

Author
Tuzkier
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 14:34:28, Gzip enabled