无奖问答
  • 板块灌水区
  • 楼主wind_boy
  • 当前回复20
  • 已保存回复20
  • 发布时间2022/11/24 21:52
  • 上次更新2023/10/27 01:38:41
查看原帖
无奖问答
513838
wind_boy楼主2022/11/24 21:52
#include<cstdio>
#include<iostream>
#include<cmath>
using namespace std;
int o=0,t[6];
int main()
{
	t[++o]=t[o]=1;
	o++;
	t[++o]=o;
	o++;
	t[o++]=o;
	printf("%d %d %d %d %d %d",t[0],t[1],t[2],t[3],t[4],t[5]);
}

请问上面的程序输出什么

2022/11/24 21:52
加载中...