QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#165705 | #7117. Quine | ucup-team1491 | 100 ✓ | 0ms | 3696kb | C++17 | 208b | 2023-09-05 20:57:56 | 2023-09-05 20:57:57 |
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: 3696kb
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