/*3123*/
var readline = require(‘readline’);var rl = readline.createInterface({ input: process.stdin});
// cat input.
2021-04-25