QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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)'