05AB1E, 35(削除) 35 (削除ここまで) 34 bytes
JÙ"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ"#€SåO0åJ"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ"#€SåO0å
You must compress, if not, be distressed.
Inputs as lowercase.
How?
J # Join the two input numbers into a string
"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ" # Push the number words from "one" to "thirteen"
Så # Are each character in the input?numbers? 1 if yes, 0 if not
€ O # Sum the results for each word
0å # Is there a 0 on a word?
# (implicitly) Print the answer
05AB1E, 35 bytes
JÙ"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ"#€SåO0å
You must compress, if not, be distressed.
Inputs as lowercase.
05AB1E, (削除) 35 (削除ここまで) 34 bytes
J"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ"#€SåO0å
You must compress, if not, be distressed.
Inputs as lowercase.
How?
J # Join the two input numbers into a string
"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ" # Push the number words from "one" to "thirteen"
Så # Are each character in the input?numbers? 1 if yes, 0 if not
€ O # Sum the results for each word
0å # Is there a 0 on a word?
# (implicitly) Print the answer
05AB1E, 35 bytes
JÙ"€μ‚•„í†ìˆÈŒšï¿Ÿ ̄\Š—¿áÓÁÏ"#€SåO0å
You must compress, if not, be distressed.
Inputs as lowercase.