[原创]大家看看我这个程序为什么不能运行,
#include "math.h" main() {int a,b,c; scanf("%d,%d",&a,&b); c=pow(a,b); printf("%d",c);
getch(); /* 请不要删除此行 */ }
#include "math.h" main() {int a,b,c; scanf("%d,%d",&a,&b); c=pow(a,b); printf("%d",c);
getch(); /* 请不要删除此行 */ }
2005-04-16 17:10
2005-04-16 17:31
2005-04-16 17:39
2005-04-16 17:40
2005-04-17 10:58
2005-04-17 11:12
2005-04-17 12:46

2005-04-17 21:43



2005-04-18 07:55