QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#77812#5504. Flower GardenchenshiWA 1ms1480kbC++95b2023-02-15 17:28:172023-02-15 17:28:21

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:28:21]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:1480kb
  • [2023-02-15 17:28:17]
  • 提交

answer

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

TAK
FFR
NIE

result:

wrong answer odpowiedz nie spelnia wymogow!