QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#874253 | #7117. Quine | LuSter_M | 100 ✓ | 0ms | 1408kb | C++20 | 1.2kb | 2025-01-27 21:28:06 | 2025-01-27 21:28:06 |
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: 0ms
memory: 1408kb
input:
output:
#include <stdio.h> int main (void) { char *s1="#include <stdio.h>%c%cint%cmain (void)%c{%c"; char *s2=" char *s%c=%c%s%c;%c char *s%c=%c%s%c;%c"; char *s3=" char n='%cn', q='%c', b='%c%c';%c"; char *sp=" printf("; char *s4="%ss1,n,n,n,n,n);%c"; char *s5="%ss2,'1',q,s1,q,n,'2',q,s2,q...
result:
ok 27 lines