QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225462#7521. Find the GapPetroTarnavskyi#ML 0ms0kbC++17171b2023-10-24 17:48:402023-10-24 17:48:40

Judging History

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

  • [2023-10-24 17:48:40]
  • 评测
  • 测评结果:ML
  • 用时:0ms
  • 内存:0kb
  • [2023-10-24 17:48:40]
  • 提交

answer

#include <iostream>
#include <vector>

int main()
{
	std::ios::sync_with_stdio(0);
	std::cin.tie(0);
	
        std::vector<long long> v(77474747);

	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Memory Limit Exceeded

input:

8
1 1 1
1 1 2
1 2 1
1 2 2
2 1 1
2 1 2
2 2 1
2 2 2

output:


result: