Compare commits
2 Commits
2b4f23bd5f
...
c7191b0d91
Author | SHA1 | Date | |
---|---|---|---|
c7191b0d91 | |||
21cab6c757 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,3 +14,6 @@
|
|||||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||||
.glide/
|
.glide/
|
||||||
|
|
||||||
|
??dec/??dec
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
1
01dec/input
Normal file
1
01dec/input
Normal file
@ -0,0 +1 @@
|
|||||||
|
951484596541141557316984781494999179679767747627132447513171626424561779662873157761442952212296685573452311263445163233493199211387838461594635666699422982947782623317333683978438123261326863959719777179228599319321138948466562743761584836184512984131635354116264899181952748224523953976485816295227945792555726121913344959454458829485471174415775278865324142733339789878929596275998341778873889585819916457474773252249179366599951454182657225576277834669222982366884688565754691273745959468648957498511326215934353963981471593984617554514519623785326888374742147318993423214834751785956958395133486656388454552769722562524415715913869946325551396638593398729938526424994348267935153555851552287223313383583669912941364344694725478258297498969517632881187394141593479818536194597976519254215932257653777455227477617957833273463216593642394215275314734914719726618923177918342664351954252667253233858814365351722938716621544226598956257753212248859258351363174782742336961425325381561575992352415514168782816173861148859478285339529151631429536819286498721812323861771638574344416879476255929929157912984151742613268754779685396125954595318134933366626594498249956388771723777242772654678448815844555372892574747735672368299826548254744359377667294764559334659523233146587568261116253155189394188696831691284711264872914348961888253386971994431352474717376878745948769171243242621219912378731755544387249443997382399714738351857752329367997665166956467544459817582915478514486541453932175598413554259672117364863112592515988922747164842668361925135551248923449968328385889877512156952725198691746951431443497496455761516486573476185321748523644283494181119399874324683922393547682851931435931276267766772798261563117954648576421741384823494187895272582575669685279986988357796138794326125852772995446355723211161523161886222562853546488411563473998633847953246787557146187696947831335722888918172961256498971868946237299523474841983527391489962357196433927251798764362493965894995592683296651874787384247326643886774966828657393717626591578321174832222434128817871765347278152799425565633521152643686221411129463425496425385516719682884157452772141585743166647191938727971366274357874252166721759
|
30
01dec/invcaptcha.go
Normal file
30
01dec/invcaptcha.go
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"strconv"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
|
var in string
|
||||||
|
var p string
|
||||||
|
var f string
|
||||||
|
var sum int
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Scanf("%s", &in)
|
||||||
|
for _, d := range strings.Split(in, "") {
|
||||||
|
if p == "" {
|
||||||
|
f = d
|
||||||
|
} else if p == d {
|
||||||
|
incr, _ := strconv.Atoi(p)
|
||||||
|
sum += incr
|
||||||
|
}
|
||||||
|
p = d
|
||||||
|
}
|
||||||
|
if f == p {
|
||||||
|
incr, _ := strconv.Atoi(p)
|
||||||
|
sum += incr
|
||||||
|
}
|
||||||
|
fmt.Println(sum)
|
||||||
|
}
|
33
02dec/checksum.go
Normal file
33
02dec/checksum.go
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bufio"
|
||||||
|
"fmt"
|
||||||
|
"math"
|
||||||
|
"os"
|
||||||
|
"strconv"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
var sum int
|
||||||
|
in := bufio.NewScanner(os.Stdin)
|
||||||
|
for in.Scan() {
|
||||||
|
sum += diff(in.Text())
|
||||||
|
}
|
||||||
|
fmt.Println(sum)
|
||||||
|
}
|
||||||
|
|
||||||
|
func diff(l string) int {
|
||||||
|
min, max := math.MaxInt64, 0
|
||||||
|
for _, s := range strings.Split(l, "\t") {
|
||||||
|
i, _ := strconv.Atoi(s)
|
||||||
|
if min >= i {
|
||||||
|
min = i
|
||||||
|
}
|
||||||
|
if max <= i {
|
||||||
|
max = i
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return max - min
|
||||||
|
}
|
16
02dec/input
Normal file
16
02dec/input
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
3093 749 3469 142 2049 3537 1596 3035 2424 3982 3290 125 249 131 118 3138
|
||||||
|
141 677 2705 2404 2887 2860 1123 2714 117 1157 2607 1800 153 130 1794 3272
|
||||||
|
182 93 2180 114 103 1017 95 580 2179 2470 2487 2806 1574 1325 1898 1706
|
||||||
|
3753 233 3961 3747 3479 3597 1303 2612 4043 1815 3318 737 197 3943 239 254
|
||||||
|
113 147 961 157 3514 3045 1270 3528 1369 3377 492 156 1410 3251 1839 1249
|
||||||
|
3948 3651 888 3631 253 220 4266 1284 3595 237 2138 3799 2319 254 267 1182
|
||||||
|
399 446 795 653 154 762 140 487 750 457 730 150 175 841 323 492
|
||||||
|
999 979 103 99 1544 1404 100 1615 840 92 1552 1665 1686 76 113 1700
|
||||||
|
4049 182 3583 1712 200 3326 3944 715 213 1855 2990 3621 2560 842 249 2082
|
||||||
|
2610 4749 2723 2915 2189 3911 124 164 1895 3095 3992 134 127 4229 3453 4428
|
||||||
|
105 692 101 150 193 755 84 185 622 851 706 251 86 408 774 831
|
||||||
|
238 217 224 1409 1850 2604 363 265 596 2933 2641 2277 803 2557 1399 237
|
||||||
|
304 247 192 4369 997 5750 85 1248 4718 3888 5228 5116 5880 5348 6052 245
|
||||||
|
238 373 228 395 86 59 289 87 437 384 233 79 470 403 441 352
|
||||||
|
151 3473 1435 87 1517 1480 140 2353 1293 118 163 3321 2537 3061 1532 3402
|
||||||
|
127 375 330 257 220 295 145 335 304 165 151 141 289 256 195 272
|
Loading…
Reference in New Issue
Block a user