Rust 和 C++ 代码对比:将输入乘以 10000 并加 10000
///'use std//::io; ////nfn main(){ ////n//tlet mut s=String//::new(); ////n//tio//::stdin()//.read_line(&mut s)//.unwrap(); ////n//tlet n:i32=n//.trim()//.parse()//.unwrap(); ////n//tprintln!(/'///'{}///',n*10000+10000); ////n}///'//转换成C++语言内容:///'#include
原文地址: https://www.cveoy.top/t/topic/pCq5 著作权归作者所有。请勿转载和采集!