QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#150318#5596. I Could Have WonMaMengQiCompile Error//C++201.4kb2023-08-25 16:21:012023-08-25 16:21:01

详细

answer.code: In function ‘int main()’:
answer.code:58:40: error: expected primary-expression before ‘=’ token
   58 |   for (auto &x : ans) cout << x << ' ';=
      |                                        ^
answer.code:59:3: error: expected primary-expression before ‘return’
   59 |   return ~~(0 ^ 0);
      |   ^~~~~~