Number theoryDifficulty 1.2Multiple choiceCEMC Fermat · Canada · 2023
Ava’s machine takes four-digit positive integers as input. When the four-digit integer ABCD is input, the machine outputs the integer A×B+C×D. For example, when the input is 1234, the output is 1×2+3×4=2+12=14. When the input is 2023, the output is