QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#571630 | #6385. Swords | kheiramihoub | Compile Error | / | / | C++14 | 828b | 2024-09-18 01:45:56 | 2024-09-18 01:45:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:18:26: error: ‘a’ was not declared in this scope 18 | if(i != j && a[i]!= a[j] && d[i]!= d[j] && syoufa[j].first >= syoufa[i].first && syoufa[j].second >= syoufa[i].second){ | ^ answer.code:18:41: error: ‘d’ was not declared in this scope 18 | if(i != j && a[i]!= a[j] && d[i]!= d[j] && syoufa[j].first >= syoufa[i].first && syoufa[j].second >= syoufa[i].second){ | ^