QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#467482 | #3013. XOR Sequences | LVJBot1 | WA | 0ms | 3492kb | C++14 | 134b | 2024-07-08 16:24:21 | 2024-07-08 16:24:22 |
Judging History
answer
/* Submission UUID: 7fc036a9-32e8-4194-b79a-d85368f70d31. */
#include<bits/stdc++.h>
using namespace std;int main(){cout<<4;return 0;}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3492kb
input:
4 12 2 2 3 6 1 12 1 12 9 7 5 5 4 8 10 11
output:
4
result:
wrong answer expected 8, found 4