QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#523038#8221. 多方计算AdamGS#8 351ms54364kbC++231.3kb2024-08-17 18:55:342024-08-17 18:55:34

Judging History

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

  • [2024-08-17 18:55:34]
  • 评测
  • 测评结果:8
  • 用时:351ms
  • 内存:54364kb
  • [2024-08-17 18:55:34]
  • 提交

answer

#include "mpc.h"
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define rep(a, b) for(int a = 0; a < (b); ++a)
#define st first
#define nd second
#define pb push_back
#define all(a) a.begin(), a.end()
int precalc(int n, int m){
	/*int x=n+m, p=1;
	while(p<n) {
		p*=2;
		++x;
	}
	return x+1;*/
	return n+m+4;
}
void dodaj(player &player, int x, int car) {
	if(!car) return;
	for(int i=x; i<2200; ++i) {
		if(!car) return;
		if(car) {
			player.memory[i]^=1;
			if(player.memory[i]) car=0;
		}
	}
}
bool transmit(player &player, int round, int position){
	vector<int>N={0, 5, 1000, 1000, 1000, 3, 10, 500, 1000, 1500, 2000};
	vector<int>M={0, 5, 1, 10, 30, 1000, 1000, 1000, 1000, 1500, 2000};
	int subtask = 3; // do zmiany
	int n=N[subtask];
	int m=M[subtask];
	int K=9;
	if(round>position) {
		dodaj(player, round-position-1, player.last_message);
		bool p=player.memory[round-position-1];
		if(position!=n) player.memory[round-position-1]=false;
		return p;
	}
	if(position-1>=K && m-1-(position-K-1)+(round-2)>=0) {
		dodaj(player, m-1-(position-K-1)+(round-2), player.last_message);
	}
	if(position>=K && m-1-(position-K)+(round-1)>=0) {
		bool p=player.memory[m-1-(position-K)+(round-1)];
		if(position!=n) player.memory[m-1-(position-K)+(round-1)]=false;
		return p;
	}
	return false;
}

詳細信息

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 8
Acceptable Answer
time: 1ms
memory: 6192kb

input:

5 5 3185997250635081508 10243950506680270049

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #2:

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

input:

5 5 3552483843587513799 14478819593833617714

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #2:

score: 8
Acceptable Answer

Test #37:

score: 8
Acceptable Answer
time: 35ms
memory: 31300kb

input:

1000 1 17833636513278974999 18032835279213373306

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #38:

score: 8
Acceptable Answer
time: 34ms
memory: 32248kb

input:

1000 1 14730911653810224758 12266600726496100996

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #39:

score: 8
Acceptable Answer
time: 31ms
memory: 31868kb

input:

1000 1 8799733959292548924 5387063902427699037

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #40:

score: 8
Acceptable Answer
time: 31ms
memory: 31904kb

input:

1000 1 9630334707439747607 4291049102998855878

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #41:

score: 8
Acceptable Answer
time: 36ms
memory: 31020kb

input:

1000 1 14659313773847015835 5872125537220100813

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #42:

score: 8
Acceptable Answer
time: 31ms
memory: 30192kb

input:

1000 1 8843810642295111463 9289549733703682079

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #43:

score: 8
Acceptable Answer
time: 35ms
memory: 31528kb

input:

1000 1 12506531245496737504 16568422609970603828

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #44:

score: 8
Acceptable Answer
time: 35ms
memory: 30112kb

input:

1000 1 1687678405863133532 5008244365647721871

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #45:

score: 8
Acceptable Answer
time: 35ms
memory: 31340kb

input:

1000 1 521330378415348792 8325284866479671525

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #46:

score: 8
Acceptable Answer
time: 32ms
memory: 30356kb

input:

1000 1 6611871207626880018 9817110237545272117

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #47:

score: 8
Acceptable Answer
time: 39ms
memory: 31144kb

input:

1000 1 15306541734406271267 14703264691591359191

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #48:

score: 8
Acceptable Answer
time: 36ms
memory: 31708kb

input:

1000 1 3566881709297895710 7594566018112860837

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #49:

score: 8
Acceptable Answer
time: 35ms
memory: 32040kb

input:

1000 1 4397454027521899216 7721560744364225236

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #50:

score: 8
Acceptable Answer
time: 38ms
memory: 32904kb

input:

1000 1 5142075432412851988 16742257564666708908

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #51:

score: 8
Acceptable Answer
time: 31ms
memory: 30668kb

input:

1000 1 12044326647208924489 2167359237561753365

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #52:

score: 8
Acceptable Answer
time: 35ms
memory: 31168kb

input:

1000 1 16253907834346424870 11108645373354737991

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #53:

score: 8
Acceptable Answer
time: 44ms
memory: 30836kb

input:

1000 1 16626499607125776891 8356934117282130057

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #54:

score: 8
Acceptable Answer
time: 30ms
memory: 31388kb

input:

1000 1 3282168031615086167 3657599301669157549

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #55:

score: 8
Acceptable Answer
time: 41ms
memory: 30976kb

input:

1000 1 14215560210789593083 15626251936339749845

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #56:

score: 8
Acceptable Answer
time: 33ms
memory: 31840kb

input:

1000 1 2190592376641362424 13403200408316995773

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #57:

score: 8
Acceptable Answer
time: 39ms
memory: 32320kb

input:

1000 1 11465558394225010724 2496884116655812179

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #58:

score: 8
Acceptable Answer
time: 43ms
memory: 32492kb

input:

1000 1 18276809344802529187 9561628486185706823

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #59:

score: 8
Acceptable Answer
time: 32ms
memory: 32624kb

input:

1000 1 7860122780923461882 10042766163912380121

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #60:

score: 8
Acceptable Answer
time: 31ms
memory: 30848kb

input:

1000 1 12388686810101047811 3399743554629441239

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #61:

score: 8
Acceptable Answer
time: 32ms
memory: 31696kb

input:

1000 1 14427576709382087754 13171985723510234618

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #62:

score: 8
Acceptable Answer
time: 39ms
memory: 31684kb

input:

1000 1 7668903319567597796 8075077151477112929

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #63:

score: 8
Acceptable Answer
time: 35ms
memory: 31220kb

input:

1000 1 14122766694312513270 6279188681168230824

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #64:

score: 8
Acceptable Answer
time: 42ms
memory: 30924kb

input:

1000 1 5699987051542490697 8384784519684171122

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #65:

score: 8
Acceptable Answer
time: 30ms
memory: 32544kb

input:

1000 1 11830949407183123854 9439666782273874030

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #66:

score: 8
Acceptable Answer
time: 38ms
memory: 30916kb

input:

1000 1 9554889270917528521 11260732977199304707

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #67:

score: 8
Acceptable Answer
time: 36ms
memory: 32920kb

input:

1000 1 17459479638232299425 11063210786482562440

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #68:

score: 8
Acceptable Answer
time: 32ms
memory: 32036kb

input:

1000 1 15086329177686012536 8242831546145677467

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #69:

score: 8
Acceptable Answer
time: 36ms
memory: 32384kb

input:

1000 1 15745267644798804685 16686857765674424216

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #70:

score: 8
Acceptable Answer
time: 31ms
memory: 30964kb

input:

1000 1 9660862519797395098 1310528139508248324

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #71:

score: 8
Acceptable Answer
time: 35ms
memory: 30860kb

input:

1000 1 3951648867737539370 17836842425696853386

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Test #72:

score: 8
Acceptable Answer
time: 33ms
memory: 32056kb

input:

1000 1 3683735297104135564 13137254066150313412

output:

4123764187656

result:

points 0.80 Correct Answer. 8

Subtask #3:

score: 0
Wrong Answer

Test #73:

score: 0
Wrong Answer
time: 38ms
memory: 32412kb

input:

1000 10 7581650225429700886 16046788410942473709

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #4:

score: 0
Wrong Answer

Test #109:

score: 0
Wrong Answer
time: 38ms
memory: 30980kb

input:

1000 30 15510757929061591914 2629686482095382587

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #5:

score: 0
Wrong Answer

Test #145:

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

input:

3 1000 341353812123787886 3685575517089631424

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #6:

score: 0
Wrong Answer

Test #181:

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

input:

10 1000 18326939717248212778 15447461170187547045

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #7:

score: 0
Wrong Answer

Test #217:

score: 0
Wrong Answer
time: 34ms
memory: 18492kb

input:

500 1000 3911210051670624968 2787181900148297327

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #8:

score: 0
Wrong Answer

Test #253:

score: 0
Wrong Answer
time: 84ms
memory: 32560kb

input:

1000 1000 2442055921391744378 15448328346037637846

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #9:

score: 0
Wrong Answer

Test #289:

score: 0
Wrong Answer
time: 165ms
memory: 44700kb

input:

1500 1500 8660688640427922501 1436138393991664715

output:

4123764187648

result:

points 0.0 Correct Answer. 0

Subtask #10:

score: 0
Wrong Answer

Test #325:

score: 0
Wrong Answer
time: 351ms
memory: 54364kb

input:

2000 2000 6596342253746377097 6195418207254921855

output:

4123764187648

result:

points 0.0 Correct Answer. 0