[C] Untitled →→→→→进入此内容的聊天室

来自 abc, 2024-03-15, 写在 C, 查看 10 次.
URL http://www.code666.cn/view/18fb3089
  1. #include <iostream>
  2. #include <cstdio>
  3. #include <cstdlib>
  4. using namespace std;
  5.  
  6. int f();
  7.  
  8. int main()
  9. {
  10.     printf("bid.cpp!");
  11.         f();
  12.         return 0;
  13. }
  14.  
  15. int f(){
  16.         return main();
  17. }
  18.  

回复 "Untitled"

这儿你可以回复上面这条便签

captcha