你们看看,什么
#include <stdio.h>
int main()
{
int a,b;
int c;
scanf("a=%db=%d",&a,&b);
return 0;
}
scanf("a=%d b=%d",&a,&b)
中间少了一个逗号吧?