它在执行时崩溃:
#include <iostream> int main () { if(main()); return 0; }
为什么?
c++ visual-c++
c++ ×1
visual-c++ ×1