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