致力于Ubuntu中文推广http://forum.ubuntu.com.cn/
http://forum.ubuntu.com.cn/viewtopic.php?t=69582
代码: 全选
#include<iostream> long long b=0; void a(); int main() { a(); return 0; } void a() { std::cout<<b++<<std::endl; a(); }
……………… 524008 524009 524010 524011 段错误 (core dumped)