Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤동주
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤동주
2019-12-05 00:20:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e7e2c567488e15ed7658adb4f360de3b437931f
6e7e2c56
1 parent
3d193d48
calculation.txt added
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
calculation.txt
calculation.txt
0 → 100644
View file @
6e7e2c5
/1cycle = 1시간 30분 (90분)
//X시 Y분에 기상 시 몇시에 주무세요
//Y-30 > 0 일때
6cycles → (X-9)시 Y분에 주무세요
5cycles → (X-7)시 (Y-30)분에 주무세요
4cycles → (X-6)시 Y분에 주무세요
3cycles → (X-4)시 (Y-30)분에 주무세요
//Y-30 < 0 일때
6cycles → (X-9)시 Y분에 주무세요
5cycles → (X-8)시 (Y+30)분에 주무세요
4cycles → (X-6)시 Y분에 주무세요
3cycles → (X-5)시 (Y+30)분에 주무세요
//X시 Y분에 취침 시 몇시에 일어나세요
//Y+30 < 60 일때
1cycle → (X+1)시 (Y+30)분에 일어나세요
4cycle → (X+6)시 Y분에 일어나세요
5cycle → (X+7)시 (Y+30)분에 일어나세요
6cycle → (X+9)시 Y분에 일어나세요
//Y+30 > 60 일때
1cycle → (X+2)시 (Y-30)분에 일어나세요
4cycle → (X+6)시 Y분에 일어나세요
5cycle → (X+8)시 (Y-30)분에 일어나세요
6cycle → (X+9)시 Y분에 일어나세요
\ No newline at end of file
Please
register
or
login
to post a comment