1.c语言八进制转换为十进制
```c #include<stdio.h> int main() { char *p,s[20];int n; p=s; gets(p); n=0; while(*(p)!='