QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#874252#7117. QuineLuSter_M0 1ms3712kbC++201.8kb2025-01-27 21:27:272025-01-27 21:27:28

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3712kb

input:


output:

#include <stdio.h>

int
main (void)
{
  char *s1="#include <stdio.h>%c%cint%cmain (void)%c{%c";
  char *s2="  char *s%c=%c%s%c;%c  char *s%c=%c%s%c;%c";
  char *s3="  char n='%cn', q='%c', b='%c%c';%c";
  char *sp="  printf(";
  char *s4="%ss1,n,n,n,n,n);%c";
  char *s5="%ss2,'1',q,s1,q,n,'2',q,s2,q...

result:

wrong answer 1st lines differ - expected: '#include <bits/stdc++.h>', found: '#include <stdio.h>'