QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#408665 | #6696. Three Dice | nnhzzz | Compile Error | / | / | C++14 | 3.7kb | 2024-05-10 20:56:08 | 2024-05-10 20:56:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:104:30: error: ‘x’ was not declared in this scope 104 | if(X[i]+X[j]+x[k]==a && Y[i]+Y[j]+Y[k]==b){ | ^ answer.code: In function ‘int main()’: answer.code:119:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 119 | freopen(task".inp","r",stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ answer.code:120:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 120 | freopen(task".out","w",stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~