㈠ 用指针方法将整数字符串转换为一个整数
#include<stdio.h>
main()
{
char s[20],*p;
long n=0,i,j;
scanf("%s",s);
for(p=s;*p!='