QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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