rcore 2022-05-04 | 阅读:次 练习一 编程题 2. 除零异常 int main(int argc, char *argv[]) { int a = 3 / 0; return 0; }