QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#816801 | #7117. Quine | ucup-team4645# | 100 ✓ | 0ms | 1348kb | C++23 | 148b | 2024-12-16 18:12:44 | 2024-12-16 18:12:49 |
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: 1348kb
input:
output:
#include<stdio.h> int main(){const char*s="#include<stdio.h>%cint main(){const char*s=%c%s%c;printf(s,10,34,s,34,10);}%c";printf(s,10,34,s,34,10);}
result:
ok 2 lines