QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#165834#6733. Moniphant SleepQingyuWA 4ms68396kbC++2360b2023-09-05 22:04:532023-09-05 22:11:41

Judging History

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

  • [2023-09-05 22:11:41]
  • 管理员手动重测本题所有提交记录
  • 测评结果:WA
  • 用时:4ms
  • 内存:68396kb
  • [2023-09-05 22:04:53]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-09-05 22:04:53]
  • 提交

answer

#include<vector>
main() {
	std::vector<int> o(1 << 24);
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 68396kb

input:

1 9
1 1 1
1 1 1
1 1 1
3 1 1
2 1 1
1 1 1
1 1 1
4 1 1
5 1 1

output:


result:

wrong answer Answer contains longer sequence [length = 1], but output contains 0 elements