QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155779 | #7117. Quine | ucup-team1502 | 100 ✓ | 11ms | 8952kb | Python3 | 41b | 2023-09-02 04:55:59 | 2023-09-02 04:56:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 11ms
memory: 8952kb
input:
output:
c = 'c = %r; print(c %% c)'; print(c % c)
result:
ok single line: 'c = 'c = %r; print(c %% c)'; print(c % c)'