Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"小数誤差許容問題" in yukicoder #95

Closed
qryxip opened this issue Sep 18, 2020 · 0 comments · Fixed by #96
Closed

"小数誤差許容問題" in yukicoder #95

qryxip opened this issue Sep 18, 2020 · 0 comments · Fixed by #96
Labels

Comments

@qryxip
Copy link
Owner

qryxip commented Sep 18, 2020

let caps = static_regex!("(通常|スペシャルジャッジ|リアクティブ)問題")
.captures(text)?;
match &caps[1] {
"通常" => Kind::Regular,
"スペシャルジャッジ" => Kind::Special,
"リアクティブ" => Kind::Reactive,
_ => return None,
}

No.1230 Hall_and_me - yukicoder

実行時間制限 : 1ケース 2.000秒 / メモリ制限 : 512 MB / 小数誤差許容問題 絶対誤差または相対誤差が10^-8以下。ただし、ジャッジ側の都合で500桁未満にしてください

@qryxip qryxip changed the title "No.1230 Hall_and_me" in yukicoder "小数誤差許容問題" in yukicoder Sep 18, 2020
@qryxip qryxip added the bug label Sep 18, 2020
@bors bors bot closed this as completed in ac1bd73 Sep 24, 2020
@bors bors bot closed this as completed in #96 Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant