QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#77812 | #5504. Flower Garden | chenshi | WA | 1ms | 1480kb | C++ | 95b | 2023-02-15 17:28:17 | 2023-02-15 17:28:21 |
Judging History
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!