QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154052 | #7117. Quine | ucup-team1041# | 100 ✓ | 1ms | 3412kb | C++20 | 672b | 2023-08-31 13:07:22 | 2023-08-31 13:07:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3412kb
input:
output:
#include<iostream> #include<string> using namespace std; string a[10]; int main(){ a[0]="#include<iostream>"; a[1]="#include<string>"; a[2]="using namespace std;"; a[3]="string a[10];"; a[4]="int main(){"; a[5]="for(int i=0;i<5;++i) cout<<a[i]<<endl;"; a[6]="for(int i=0;i<10;++i) cout<<char(97)<<cha...
result:
ok 20 lines