const n = require("fs").readFileSync(0, "utf-8").toString().trim(); for(let i=1; i<10; i++) console.log(`${n} * ${i} = ${n*i}`);