QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#387857 | #6397. Master of Both III | zac2010 | Compile Error | / | / | C++20 | 559b | 2024-04-12 22:05:32 | 2024-04-12 22:05:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:18:31: error: expected primary-expression before ‘|’ token 18 | int j=|mov(i,t); | ^ answer.code:14:35: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 14 | for(int i=0;i<n;i++) scanf("%lld",&w[i]); | ~~~~~^~~~~~~~~~~~~~