QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#153788 | #7117. Quine | ucup-team1209# | 100 ✓ | 1ms | 6444kb | Python2 | 29b | 2023-08-30 23:28:42 | 2023-08-30 23:28:43 |
Judging History
answer
r='r=%r;print r%%r';print r%r
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 6444kb
input:
output:
r='r=%r;print r%%r';print r%r
result:
ok single line: 'r='r=%r;print r%%r';print r%r'