QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154637 | #7117. Quine | ucup-team1232# | 100 ✓ | 1ms | 1748kb | C++14 | 156b | 2023-08-31 19:57:10 | 2023-08-31 19:57:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 1748kb
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