QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#155691 | #7117. Quine | ucup-team1347 | 100 ✓ | 1ms | 3440kb | C++11 | 632b | 2023-09-02 00:54:14 | 2023-09-02 00:54:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3440kb
input:
output:
#include <bits/stdc++.h> using namespace std; string a[100]={"#include <bits/stdc++.h>", "using namespace std;", "string a[100]={", "int main(){", "int n=12;", "for(int i=0;i<=1;++i)cout<<a[i]<<endl;", "cout<<a[2];", "for(int i=0;i<n;++i) cout<<(char)34<<a[i]<<(char)34<<','<<endl;", "cout<<'}'<<';'<...
result:
ok 24 lines