QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225367#7521. Find the GapPetroTarnavskyi#WA 0ms3548kbC++17149b2023-10-24 16:06:442023-10-24 16:06:44

Judging History

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

  • [2023-10-24 16:06:44]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3548kb
  • [2023-10-24 16:06:44]
  • 提交

answer

#include <iostream>
#include <set>
#include <map>
using namespace std;
int main()
{
	ios::sync_with_stdio(0);
	cin.tie(0);
	
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3548kb

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:

wrong output format Unexpected end of file - double expected