Skip to content

Commit 070d05c

Browse files
committed
Remove comments
1 parent 9ee7cc3 commit 070d05c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/abc084-d.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ fn main() {
4040
let q = read!(usize);
4141
let lrs = read!([(usize, usize); q]);
4242

43-
// サンプルケースでしか試してないので嘘かもしれない。
44-
4543
let hi = lrs.iter().map(|&(_, r)| r).max().unwrap();
4644
let sieve = Sieve::new(hi);
4745
let nums = (0..=hi)

examples/abc142-d.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ fn main() {
1515

1616
let (a, b): (usize, usize) = (read!(), read!());
1717

18-
// サンプルケースでしか試してないので嘘かもしれない。
19-
2018
let sieve = Sieve::new(num_integer::sqrt(max(a, b)));
2119
let bases = |k| -> HashSet<_> {
2220
sieve

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy