#include <stdio.h> int main() { int a; printf("%d %d \n",scanf("%d",&a),a); return 0; }为什么a没有赋值成功,不是应该先执行scanf函数吗? 查看完整描述