社区讨论
求助!!结构体!!
学术版参与者 4已保存回复 6
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 6 条
- 当前快照
- 1 份
- 快照标识符
- @mi6yspzi
- 此快照首次捕获于
- 2025/11/20 13:02 4 个月前
- 此快照最后确认于
- 2025/11/20 13:02 4 个月前
/tmp/tmpp54ma6ga/src:15:14: 错误:数组‘event st [134217727]’的元素类型不完全
struct event st[0x7ffffff];
^~
/tmp/tmpp54ma6ga/src:15:14: 错误:‘st’的存储大小未知
CPP#include<bits/stdc++.h>
using namespace std;
struct event
{
string name;
int a,b;
};
struct event st[0x7ffffff];
回复
共 6 条回复,欢迎继续交流。
正在加载回复...