QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]); | ~~~~~^~~~~~~~~~~~~~