#include<stdio.h> #include<math.h> // math.h文件中含有乘方(包括开方)的库函数 int main() { double x,y; x=2.0; y=31.0; int a=0; int b=0; int c=0; &n...