好久不写代码,最简单的c程序不知哪错了
#include<stdio.h>int main(){int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a+b);return 0;}