QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#853996#9728. Catch the Starucup-team3510#WA 0ms3556kbC++2080b2025-01-11 20:52:402025-01-11 20:52:41

Judging History

This is the latest submission verdict.

  • [2025-01-11 20:52:41]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3556kb
  • [2025-01-11 20:52:40]
  • Submitted

answer

#include <bits/stdc++.h>

using namespace std;

int main()
{
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
4 -8 8
3 -7 7 -6 8 -7 8
3 -9 -2 -7 3 -9 -1
3 -2 3 0 2 -4 5
3 5 1 5 3 4 2
3 1 -1 2 -2 3 -1
5 -8 8
5 -14 -3 -10 -2 -9 2 -10 4 -12 5
3 -16 0 -15 0 -15 1
3 -15 6 -9 5 -15 7
3 -10 5 -9 5 -10 6
3 -7 3 -3 2 -8 4
3 -6 -1 -6 -2 -5 -1

output:


result:

wrong output format Unexpected end of file - double expected