QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#19987#3098. Ancient MachineXiao_Luo_Xuan5 54ms9912kbC++20835b2022-02-14 14:59:262023-01-17 10:38:01

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-01-17 10:38:01]
  • 评测
  • 测评结果:5
  • 用时:54ms
  • 内存:9912kb
  • [2022-02-14 14:59:26]
  • 提交

Anna

#include<bits/stdc++.h>
#include "Anna.h"
using namespace std;
const int N=1e5+5;
bool ans[N];
void Anna(int n,vector <char> S){
	for(int i=0;i<n;i++)  ans[i]=0;
	int st=-1;
	for(int i=0;i<n;i++){
		if(S[i]=='X'){
			st=i;
			break;
		}
	}
	if(st!=-1){
		ans[st]=1;
		for(int i=st+2;i<n;i++)
			if(i==n-1 || (S[i]=='Z' && S[i+1]!='Z')) ans[i]=1;
	}
	for(int i=0;i<n;i++) Send(ans[i]);
}

Bruno

#include<bits/stdc++.h>
#include "Bruno.h"
using namespace std;
const int N=1e5+5;

void Bruno(int n,int l,vector <int> A){
	int st=0;
	for(int i=0;i<l;i++){
		if(A[i]){
			st=i;
			break;
		}
	}
	for(int i=0;i<st;i++) Remove(i);
	int lst=st+1;
	for(int i=st+1;i<l;i++){
		if(A[i]){
			for(int t=i-1;t>=lst;t--) Remove(t);
			Remove(i);
			lst=i+1;
		}
	}
	for(int i=lst;i<n;i++) Remove(i);
	Remove(st);
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 5
Accepted

Test #1:

score: 100
Accepted
time: 4ms
memory: 3700kb

input:

18
Y X Y Z X Z X X Z Z Y Y Z Y Y Z X X

output:

18
010101000100100101

input:

18
010101000100100101

output:

0 18 3

result:

ok n = 18, D = 18, L = 3

Test #2:

score: 100
Accepted
time: 4ms
memory: 3632kb

input:

18
X Z X Y Y Y X Z X Y Z Z Z Z Y Z Z Y

output:

18
100000010000010011

input:

18
100000010000010011

output:

0 18 3

result:

ok n = 18, D = 18, L = 3

Test #3:

score: 100
Accepted
time: 4ms
memory: 3676kb

input:

18
Y Z Z Y Z X X Z Y Y Z Z Z Y X X Z Y

output:

18
000001010000100011

input:

18
000001010000100011

output:

0 18 2

result:

ok n = 18, D = 18, L = 2

Test #4:

score: 100
Accepted
time: 0ms
memory: 3636kb

input:

18
X Z Z X Z X X Z X Y Y X X Z X Y Z X

output:

18
101010010000010011

input:

18
101010010000010011

output:

0 18 2

result:

ok n = 18, D = 18, L = 2

Test #5:

score: 100
Accepted
time: 4ms
memory: 3784kb

input:

18
X Y X Y Y X X Z Y Z Y X Z Y Y X X Z

output:

18
100000010100100001

input:

18
100000010100100001

output:

0 18 5

result:

ok n = 18, D = 18, L = 5

Test #6:

score: 100
Accepted
time: 0ms
memory: 3708kb

input:

18
X X Y Z X Y Y Y X X Z X X X Z X Z Z

output:

18
100100000010001001

input:

18
100100000010001001

output:

0 18 2

result:

ok n = 18, D = 18, L = 2

Test #7:

score: 100
Accepted
time: 2ms
memory: 3704kb

input:

3
X Y Z

output:

3
101

input:

3
101

output:

0 3 1

result:

ok n = 3, D = 3, L = 1

Test #8:

score: 100
Accepted
time: 4ms
memory: 3724kb

input:

3
Z Y X

output:

3
001

input:

3
001

output:

0 3 0

result:

ok n = 3, D = 3, L = 0

Test #9:

score: 100
Accepted
time: 4ms
memory: 3632kb

input:

18
X X X X X X X X X X X X X X X X X X

output:

18
100000000000000001

input:

18
100000000000000001

output:

0 18 0

result:

ok n = 18, D = 18, L = 0

Test #10:

score: 100
Accepted
time: 4ms
memory: 3632kb

input:

18
Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y

output:

18
000000000000000000

input:

18
000000000000000000

output:

0 18 0

result:

ok n = 18, D = 18, L = 0

Test #11:

score: 100
Accepted
time: 4ms
memory: 3624kb

input:

18
Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z

output:

18
000000000000000000

input:

18
000000000000000000

output:

0 18 0

result:

ok n = 18, D = 18, L = 0

Subtask #2:

score: 0
Wrong Answer

Test #12:

score: 68
Acceptable Answer
time: 46ms
memory: 9912kb

input:

100000
X Z X Z Z X Y Z Y X Y X Z Z Z Y X Z Y X Y Y X Y Y Y Z Y Z Z Y X X Y X X Y Y X X X Z Y Y Y Z Z Z Z Y X Y Y Z Z Z X Y Z X X X X Y X Y X X Z X Z Z Z X Y X X X Z X Z X X X Y Y Y Y Z X X Y Z Y Y X Z X Z Z Z Z Z Y Z Y X Y Y Y Y X Z Z Y Z Z Y Z Z Z X Z Z X X Z Z Z Z X X Z Y Y Z Y Y Z Z Y Y Z Y Z Y Z...

output:

100000
10001001000000100100000000100100000000000100000010000001001000000000100010000010100000001000100010000010100000000100100010010000010010010001001010100010000010100010000000100010101000000001001000100010000100000101010010000010000001010101010000001000101000001010001000100000010101001000010010010...

input:

100000
10001001000000100100000000100100000000000100000010000001001000000000100010000010100000001000100010000010100000000100100010010000010010010001001010100010000010100010000000100010101000000001001000100010000100000101010010000010000001010101010000001000101000001010001000100000010101001000010010010...

output:

0 100000 22133

result:

points 0.68421052630 n = 100000, D = 100000, L = 22133

Test #13:

score: 68
Acceptable Answer
time: 54ms
memory: 9912kb

input:

100000
Z X X Y Z Z Z Y Z X Y Y Z X X Z Z Z Y Z X Y X Y X Z Y X Z X Y X Y Y Z X X Z X Z Y Z Y Z Z Z Y X Z X Z Y Y Y Z Y Z Y Z X Y X Z Z X Y X Y Z X Y Z Y X Y X X Z Z X Z X X Z X X X X Y X X Z Z X Y Y Y Y X Y X X Z Y Z Y Y Z X X Z Z Y Y X Z Y Y X Y Z Y Z Y Y Z Z X Z Y Z Z Z X Y Z Z X X X X Z Y X Y Y Z...

output:

100000
01000010100010000101000001001000001001010100010010100010101000010000100100000010100100000000100000000010100100010001000010100010100010001000010000100100000001000100000000001001010001001001000100001000010001001000100101001001010100100001000000100010010010010001000000100010100000001000100010100...

input:

100000
01000010100010000101000001001000001001010100010010100010101000010000100100000010100100000000100000000010100100010001000010100010100010001000010000100100000001000100000000001001010001001001000100001000010001001000100101001001010100100001000000100010010010010001000000100010100000001000100010100...

output:

0 100000 22275

result:

points 0.68421052630 n = 100000, D = 100000, L = 22275

Test #14:

score: 0
Wrong Answer
time: 40ms
memory: 9792kb

input:

100000
X Z Y X Z X X Z Y Z Y Y Y Z Y Z X X Z X X Y Z X X Z Y X Y Y Z X Z Y Z X X X X Z X Y X Z X Z X X X Y X Y Z Z Z Z Z Z Z Z Y X Y Z X Z Y Z Y X Y Z Y Z Y X Y Z X Z Z Z Y X Y Y X X X X Y X X Y Z Z X Z Y Z Z Y X Y X Z Z Z X X Z X Z Z Z Z Y X Z Z X X Z Z Y X X Y Y Y X Y Y Y X X Y Y Z X Z Y Y X X Y Z...

output:

100000
10001001010001010010001001000010101000010001010000000000000100010101000101000100010000000000000101001000000100100001000100010000000000000010100000010000101001010000010000100000000100100000000000000001000100101000101000010100000000000000001000100001000001001000101000100100001000000001010010000...

input:

100000
10001001010001010010001001000010101000010001010000000000000100010101000101000100010000000000000101001000000100100001000100010000000000000010100000010000101001010000010000100000000100100000000000000001000100101000101000010100000000000000001000100001000001001000101000100100001000000001010010000...

output:

0 100000 22176

result:

wrong answer your query is valid but your solution is not optimal: read 22176 but expected 22177