C++代码:将10的k平方形式的数还原成一般写法 日期: 2025-03-01 标签: 常规 #include\x20\n#include\x20\nusing\x20namespace\x20std;\n\nint\x20main()\x20{\n\x20\x20int\x20a,\x20k;\n\x20\x20cin\x20>>\x20a\x20>>\x20k;\n\n\x20\x20int\x20n\x20=\x20pow(10,\x20k);\n\x20\x20int\x20num\x20=\x20sqrt(a\x20*\x20n);\n\x20\x20cout\x20<<\x20num\x20<<\x20endl;\n\n\x20\x20return\x200;\n} 原文地址: https://www.cveoy.top/t/topic/p5qi 著作权归作者所有。请勿转载和采集! 免费AI点我,无需注册和登录