hjroh0315 (Matthew Roh)
- Login: hjroh0315
- Registered on: 04/06/2025
- Last sign in: 04/06/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/06/2025
-
11:05 AM Ruby Bug #21217: Integer.sqrt produces wrong results even on input <= 1e18
- mame (Yusuke Endoh) wrote in #note-3:
> https://github.com/ruby/ruby/pull/13076
Thanks for the quick resolution! -
05:00 AM Ruby Bug #21217 (Closed): Integer.sqrt produces wrong results even on input <= 1e18
- Hello, I have been so far using Ruby in various online judge platforms that support it, while recently I discovered a very intriguing issue regarding `Integer.sqrt`.
Please refer to the two following verdicts on this recent problem th...