QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#165827#6733. Moniphant SleepQingyuWA 0ms0kbC++2360b2023-09-05 22:04:192023-09-05 22:04:19

Judging History

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

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

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: