QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154039 | #7117. Quine | ucup-team952# | 100 ✓ | 1ms | 3708kb | C++14 | 208b | 2023-08-31 13:01:36 | 2023-08-31 13:01:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3708kb
input:
output:
#include<bits/stdc++.h> int main() { char s[500] = "#include<bits/stdc++.h>%cint main() {%c char s[500] = %c%s%c;%c printf(s, 10, 10, 34, s, 34, 10, 10);%c}"; printf(s, 10, 10, 34, s, 34, 10, 10); }
result:
ok 5 lines