QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#77810#5504. Flower GardenchenshiWA 1ms1752kbC++98b2023-02-15 17:22:002023-02-15 17:22:02

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

answer

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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
RFF
TAK
RFF

result:

wrong answer zla odpowiedz!