QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#165839#6733. Moniphant SleepQingyuWA 0ms0kbC++2360b2023-09-05 22:06:052023-09-05 22:06:05

Judging History

你现在查看的是测评时间为 2023-09-05 22:06:05 的历史记录

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

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
Memory Limit Exceeded

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: