QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#165833#6733. Moniphant SleepQingyuWA 0ms0kbC++2360b2023-09-05 22:04:502023-09-05 22:04:50

Judging History

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

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

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: