QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#173455#7117. Quineucup-team444100 ✓1ms3740kbC++20300b2023-09-09 23:40:162023-09-09 23:40:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3740kb

input:


output:

#include <bits/stdc++.h>
using namespace std;
char str[] = "#include <bits/stdc++.h>%cusing namespace std;%cchar str[] = %c%s%c;%cint main()%c{%cprintf(str, 10, 10, 34, str, 34, 10, 10, 10, 10, 10);%creturn 0;%c}";
int main()
{
printf(str, 10, 10, 34, str, 34, 10, 10, 10, 10, 10);
return 0;
}

result:

ok 8 lines