Rust to ReScript: Multiply by 10,000 and Add 10,000
let {stdin} = Js.Sys;let s = stdin->readLine();let n = int_of_string(String.trim(s));Js.log(n * 10000 + 10000);
原文地址: https://www.cveoy.top/t/topic/pCq2 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
let {stdin} = Js.Sys;let s = stdin->readLine();let n = int_of_string(String.trim(s));Js.log(n * 10000 + 10000);
原文地址: https://www.cveoy.top/t/topic/pCq2 著作权归作者所有。请勿转载和采集!