QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154725 | #7117. Quine | ucup-team1123# | 100 ✓ | 1ms | 1796kb | C | 104b | 2023-08-31 21:28:38 | 2023-08-31 21:28:38 |
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: 1ms
memory: 1796kb
input:
output:
int main() { char *s = "int main() { char *s = %c%s%c; printf(s, 34, s, 34); }"; printf(s, 34, s, 34); }
result:
ok single line: 'int main() { char *s = "int ma...4); }"; printf(s, 34, s, 34); }'