QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#155779#7117. Quineucup-team1502100 ✓11ms8952kbPython341b2023-09-02 04:55:592023-09-02 04:56:00

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)'