Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:15: error: expected ']' before ')' token
s[a[i]+a[j])=1;
^
/in/foo.cc:12:15: error: expected ';' before ')' token
/in/foo.cc:12:15: warning: statement has no effect [-Wunused-value]
s[a[i]+a[j])=1;
~~~~~~~~~~~^
信息
- 递交者
- 类型
- 自测
- 题目
- P1911 珠心算测验
- 语言
- C++
- 递交时间
- 2024-07-29 20:25:19
- 评测时间
- 2024-07-29 20:25:19
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes