QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~