QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154511 | #7117. Quine | ucup-team1266# | 100 ✓ | 6ms | 6500kb | Python2 | 39b | 2023-08-31 18:39:34 | 2023-08-31 18:39:35 |
Judging History
answer
s = 's = %r\nprint s %% s'
print s % s
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 6ms
memory: 6500kb
input:
output:
s = 's = %r\nprint s %% s' print s % s
result:
ok 2 lines