-
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env awk
|
#!/usr/bin/env awk
|
||||||
|
|
||||||
|
# Just pre-compute all possible results
|
||||||
|
# and check against the sum
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
FS = "[: ]"
|
FS = "[: ]"
|
||||||
total = 0
|
total = 0
|
||||||
|
Reference in New Issue
Block a user