QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154961 | #7117. Quine | ucup-team272# | 100 ✓ | 0ms | 3552kb | C++17 | 1.1kb | 2023-09-01 04:16:17 | 2023-09-01 04:16:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3552kb
input:
output:
#include <bits/stdc++.h> using namespace std; string f(string s) { string t; for (char c : s) t += ',', t += to_string(int(c)); return t.substr(1); } int main() { string t = "};\n cout << s << f(s) << t;\n return 0;\n}\n"; string s = {35,105,110,99,108,117,100,101,32,60,98,105,116,115,47...
result:
ok 13 lines