QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#246780 | #5660. Simplified Genome Translation | billytngo | WA | 30ms | 43564kb | Java8 | 147b | 2023-11-11 08:12:22 | 2023-11-11 08:12:23 |
Judging History
answer
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("hello");
}
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 30ms
memory: 43564kb
input:
5 UUUUAACACUUUAUCACUUAACACCAC CAAAAUAUGAAAAAU AUGUACUUUGCGUUUCACUAA UUGCACUACUAC UACGUGGGUAUC
output:
hello
result:
wrong answer 1st lines differ - expected: 'F', found: 'hello'