text 18岁生日anomoly

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 18岁生日anomoly相关的知识,希望对你有一定的参考价值。

a1 <- as.Date("1985-01-21")
a1 <- as.POSIXlt(a1)
a1$year <- a1$year+18; a1
## [1] "2003-01-21 UTC"

# with lubridate
library(lubridate)
a2 <- as_date("1985-01-21")
a_18 <- a2 + dyears(18); a_18
## [1] "2003-01-17"

## Four days difference between r-base (+Fei Teng) and tidyverse.

以上是关于text 18岁生日anomoly的主要内容,如果未能解决你的问题,请参考以下文章

题解报告:hdu1201(18岁生日)

Hdu 1201 18岁生日

C语言解题:18岁生日

(HDU)1201 -- 18岁生日

hdu_1201 18岁生日

hkp