| Name | Language | Tokens Sum | Tokens Part 1 | Tokens Part 2 | Last change | |
|---|---|---|---|---|---|---|
| 1 | Kotlin | 210 | 102 | 108 | 82 seconds ago | |
| 2 | Kotlin | 214 | 88 | 126 | 11 hours ago | |
| 3 | Python | 264 | 105 | 159 | 29 hours ago | |
| 4 | Ruby | 10054 | 54 | - | 26 hours ago |
importsysinp_data=sys.stdin.read().split("\n\n")fresh_range=[tuple(map(int,id_range.split("-")))forid_rangeininp_data[0].split("\n")]fresh_count=0forcheck_inginlist(map(int,inp_data[1].split("\n"))): forstart,endinfresh_range: ifstart<=check_ing<=end: fresh_count+=1 breakprint(fresh_count)