QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#84152#5523. Graph Problem With Small $n$lzhm_ak_ioiWA 2ms3276kbC++14112b2023-03-05 20:12:452023-03-05 20:12:47

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-05 20:12:47]
  • 评测
  • 测评结果:WA
  • 用时:2ms
  • 内存:3276kb
  • [2023-03-05 20:12:45]
  • 提交

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: ''