已采纳 贾文卓 高级光能 将高精度乘法抽象为cheng(s1,s2),这段代码你自己写。主函数核心代码: string ans = "1"; for(int i = 1; i <= n; i++) { string s; cin >> s; ans = cheng(ans, s); }