首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴Haru,的代码贴全部
出现了error C2143: syntax error : missing ')' before 'constant'
error C2143: syntax error : missing ';' before 'constant'
fatal error C1004: unexpected end of file found错误 有那个大神帮忙处理下呗,以下是代码:
#include <stdio.h>
#include <string.h>
#define n 100

del(char n[100],int b,int k){
int i;
for(i=b;i<=strlen(n)-k;i++)
n[i]=n[i+k];
printf("删除%s位后最小的整数为:\n",n);
......................
阅读全部 | 2017年11月16日 21:00
1
Haru,