QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#183653 | #7117. Quine | liuzhenhao09# | 100 ✓ | 0ms | 1372kb | C++98 | 232b | 2023-09-19 18:58:39 | 2023-09-19 18:58:39 |
Judging History
answer
#include <cstdio>
using namespace std;
int main()
{
char ch[]="#include <cstdio>%cusing namespace std;%cint main()%c{%c char ch[]=%c%s%c;%c printf(ch,10,10,10,10,34,ch,34,10,10);%c}";
printf(ch,10,10,10,10,34,ch,34,10,10);
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 1372kb
input:
output:
#include <cstdio> using namespace std; int main() { char ch[]="#include <cstdio>%cusing namespace std;%cint main()%c{%c char ch[]=%c%s%c;%c printf(ch,10,10,10,10,34,ch,34,10,10);%c}"; printf(ch,10,10,10,10,34,ch,34,10,10); }
result:
ok 7 lines