0
已采纳
#include<math.h>
#include <iostream>
using namespace std;
int main(int argc, char* argv[])
{
int y;
y=pow(7.62*10,12);//算出7.62乘十的平方是多少。
cout<<y<<endl;//最后输出。
return 0;
}
张俊洋在2018-11-12 18:09:55追加了内容
望采纳!!!
0
0
0
0
0