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