全部问题 > 当前问题

dos赋值无效,a=16万左右,b=16万左右

#include <stdio.h>
#include <stdlib.h>
main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("a=%d,b=%d",&a,&b);
    system("pause");
}


请问问题处在哪里了?

匿名课官 2015-8-12 07:17:30

共 1 个回答

匿名课官 2015-8-12 07:24:23

问题已解决……

问题来自: 变量