发布网友
共1个回答
热心网友
#include "stdio.h"
void main()
{
int a,b;
printf("请输入两个整数(A,B):");
scanf("%d,%d",&A,&B);
printf("%d",A);
printf("%d",B);
}