QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#524865 | #7937. Fast XORting | ZhangYiDe | Compile Error | / | / | C++17 | 1.4kb | 2024-08-20 09:50:39 | 2024-08-20 09:50:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:36:35: error: stray ‘`’ in program 36 | int b = a[i] >> j & 1;` | ^ answer.code: In function ‘int main()’: answer.code:55:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 55 | freopen("in.txt", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ answer.code:56:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | freopen("out.txt", "w", stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~