#include?<stdio.h>? int?main() { int?a; printf("%d??%d?\n",scanf("%d",&a),a); return?0; }為什么a沒有賦值成功,不是應(yīng)該先執(zhí)行scanf函數(shù)嗎? 查看完整描述