QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84152 | #5523. Graph Problem With Small $n$ | lzhm_ak_ioi | WA | 2ms | 3276kb | C++14 | 112b | 2023-03-05 20:12:45 | 2023-03-05 20:12:47 |
Judging History
answer
#pragma GCC optimize(2)
#include<bits/stdc++.h>
using namespace std;
int fuck;
int main(){
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3276kb
input:
4 0110 1010 1101 0010
output:
result:
wrong answer 1st lines differ - expected: '0001', found: ''