QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#165837#6733. Moniphant SleepQingyuWA 2ms67820kbC++2360b2023-09-05 22:06:012023-09-05 22:11:42

Judging History

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

  • [2023-09-05 22:11:42]
  • 管理员手动重测本题所有提交记录
  • 测评结果:WA
  • 用时:2ms
  • 内存:67820kb
  • [2023-09-05 22:06:02]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-09-05 22:06:01]
  • 提交

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: 2ms
memory: 67820kb

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