关于main函数
  • 板块灌水区
  • 楼主封禁用户
  • 当前回复7
  • 已保存回复7
  • 发布时间2023/2/26 10:45
  • 上次更新2023/10/23 23:43:56
查看原帖
关于main函数
928376
封禁用户楼主2023/2/26 10:45

rt

#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
int main()
{
    // test here
    system("echo main using");
    return 0;
}
int x = main();

运行结果:

main using
main using

怎么回事?

2023/2/26 10:45
加载中...