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