标签:space stream image IV 分享图片 技术 pac 分享 ret
第一个:Bus error
#include <stdio.h> int main() { short a ; scanf("%d",&a); printf("\n a= %d\n",a); return 0; }
第二个 Illegal Instruction
#include <iostream> using namespace std; int main() { string s = "123"; printf("xxxx is %s", s); }
这里其实应该是一个Illegal instruction的错误。
标签:space stream image IV 分享图片 技术 pac 分享 ret
原文地址:https://www.cnblogs.com/crazyghostvon/p/bigIssue.html