QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154352 | #7117. Quine | ucup-team1024# | 100 ✓ | 0ms | 1880kb | C11 | 156b | 2023-08-31 16:48:57 | 2023-08-31 16:48:58 |
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: 1880kb
input:
output:
#include <stdio.h> char*s="#include <stdio.h>%cchar*s=%c%s%c;%cint main(void){printf(s,10,34,s,34,10,10);}%c"; int main(void){printf(s,10,34,s,34,10,10);}
result:
ok 3 lines