QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#180221#7116. Do You Like This Problem?ucup-team923#WA 0ms0kb/1.4kb2023-09-15 16:56:162023-09-15 16:56:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer

input:

<no input>

output:

#include <stdio.h>
#include <string.h>

int main()
{
    int i;
    int header = __LINE__ + 1;
    char* text[] = {
        "#include <stdio.h>",
        "#include <string.h>",
        "",
        "int main()",
        "{",
        "   int i;",
        "   int header = __LINE__ + 1;",
...

result:

wrong answer 1st lines differ - expected: 'HQEKUJTVSLWPIFMDBCRAGON', found: '#include <stdio.h>'