QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#467484 | #3013. XOR Sequences | LVJBot1 | WA | 0ms | 3584kb | C++14 | 134b | 2024-07-08 16:24:49 | 2024-07-08 16:24:49 |
Judging History
answer
/* Submission UUID: 9c76ace0-71cf-4420-a723-9337e093c019. */
#include<bits/stdc++.h>
using namespace std;int main(){cout<<1;return 0;}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3584kb
input:
4 12 2 2 3 6 1 12 1 12 9 7 5 5 4 8 10 11
output:
1
result:
wrong answer expected 8, found 1