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