QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#225462#7521. Find the GapPetroTarnavskyi#ML 0ms0kbC++17171b2023-10-24 17:48:402023-10-24 17:48:40

Judging History

This is the latest submission verdict.

  • [2023-10-24 17:48:40]
  • Judged
  • Verdict: ML
  • Time: 0ms
  • Memory: 0kb
  • [2023-10-24 17:48:40]
  • Submitted

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;
}

詳細信息

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: