QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#142859#3097. ShoppingQingyu0 0ms0kbC++20763b2023-08-20 00:53:152023-08-20 01:05:24

Judging History

你现在查看的是测评时间为 2023-08-20 01:05:24 的历史记录

  • [2023-08-20 01:28:12]
  • 管理员手动重测该提交记录
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-20 01:06:36]
  • 管理员手动重测该提交记录
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-20 01:05:24]
  • 管理员手动重测该提交记录
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-20 01:04:32]
  • 管理员手动重测该提交记录
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-20 00:53:28]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-20 00:53:15]
  • 提交

Anna

#include "Anna.h"
#include <vector>

namespace {

int N, L, R;
int count;

}  // namespace

void InitA(int N, int L, int R) {
  ::N = N;
  ::L = L;
  ::R = R;
	while (1);
  SendA(true);
  count = 1;
}

void ReceiveA(bool x) {
  if (count < 18) {
    SendA(x);
    ++count;
  }
}

int Answer() {
  return L;
}

Bruno

#include "Bruno.h"
#include <vector>

namespace {

int N;
int variable_example[1000000];
int count;

bool FunctionExample(bool P) {
  return !P;
}

}  // namespace

void InitB(int N, std::vector<int> P) {
  ::N = N;
  for(int i = 0; i < N; i++) {
    variable_example[i] = P[i];
  }
  count = 0;
}

void ReceiveB(bool y) {
  if (count < 10000) {
    SendB(FunctionExample(y));
    ++count;
  }
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Interactor Runtime Error

Test #1:

score: 0
Interactor Runtime Error

input:


output:

-1

input:


output:


result:


Subtask #2:

score: 0
Skipped

Subtask #3:

score: 0
Skipped