QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#287280#7967. 二进制one_god_and_two_dogsWA 1ms3492kbC++20111b2023-12-20 10:04:142023-12-20 10:04:14

Judging History

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

  • [2023-12-20 10:04:14]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3492kb
  • [2023-12-20 10:04:14]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;

int main(){
	cin.tie(0)->sync_with_stdio(0);
	int n;
	cin>>n;
}


Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3492kb

input:

20
01001101101101110010

output:


result:

wrong answer 1st lines differ - expected: '2 11', found: ''