㈠ 用指針方法將整數字元串轉換為一個整數
#include<stdio.h>
main()
{
char s[20],*p;
long n=0,i,j;
scanf("%s",s);
for(p=s;*p!='