QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#77811#5504. Flower GardenchenshiWA 1ms1596kbC++88b2023-02-15 17:23:332023-02-15 17:23:36

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-02-15 17:23:36]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:1596kb
  • [2023-02-15 17:23:33]
  • 提交

answer

#include<cstdio>
using namespace std;
int main(){
	printf("NIE\nNIE");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 1596kb

input:

2
1 3
1 1 2 2
1 2 3 3
1 1 3 3
1 3
1 1 2 2
2 2 3 3
3 3 1 1

output:

NIE
NIE

result:

wrong answer zla odpowiedz!