QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#173455 | #7117. Quine | ucup-team444 | 100 ✓ | 1ms | 3740kb | C++20 | 300b | 2023-09-09 23:40:16 | 2023-09-09 23:40:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3740kb
input:
output:
#include <bits/stdc++.h> using namespace std; char str[] = "#include <bits/stdc++.h>%cusing namespace std;%cchar str[] = %c%s%c;%cint main()%c{%cprintf(str, 10, 10, 34, str, 34, 10, 10, 10, 10, 10);%creturn 0;%c}"; int main() { printf(str, 10, 10, 34, str, 34, 10, 10, 10, 10, 10); return 0; }
result:
ok 8 lines