는
~cpp
#include <iostream>
#include <ctime>
using namespace std;
int main()
{
time_t current;
tm *today;
time(¤t);
today = localtime(¤t);
cout << today->tm_hour << endl;
cout << today->tm_min << endl;
return 0;
}
보 방 리 램
번
- 블 3
- 블 대 4명
- 3 (jenga, citadell, pit)
- 1 30 800 (를 들 29 0만 30 800)
- 블 3
- 블 대 4명
- 3 (jenga, citadell, pit)
- 1 30 800 (를 들 29 0만 30 800)
~cpp
- in {table1, table2, table3} {1,2,3,4}
- play {table1, table2, table3} {jenga, citadell, pit}
- out {table1, table2, table3}
~cpp >> in table3 2 table3 : 2 persons : in 3:00 >> play table3 pit table3 pit play >> in table2 3 table3 : 2 persons : in 3:30 >> play table2 pit have no pit >> play table3 jenga table3 jenga play >> play table2 pit table2 pit play >> out table3 3:00 ~ 4:00 : 2 persons : 3000 won
번
- 러 리
- 료 는 명 . 는 500. 더.
- 러 리
- 료 는 명 . 는 500. 더.
~cpp
- buy {table1, table2, table3} {1~}
~cpp >> in table3 2 table3 : 2 persons : in 3:00 >> buy table3 3 table3 buy drink 3 >> out table3 3:00 ~ 4:00 : 2 persons : 3 drink :4500 won









