QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#413481 | #7117. Quine | nanika | 100 ✓ | 0ms | 1400kb | C++20 | 143b | 2024-05-17 16:51:00 | 2024-05-17 16:51:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 1400kb
input:
output:
#include <cstdio> int main () {char n[] = R"(#include <cstdio> int main () {char n[] = R"(%s%c"; printf(n, n, 41); })"; printf(n, n, 41); }
result:
ok 3 lines