QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#180221 | #7116. Do You Like This Problem? | ucup-team923# | WA | 0ms | 0kb | / | 1.4kb | 2023-09-15 16:56:16 | 2023-09-15 16:56:17 |
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: 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>'