QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#592956 | #1171. Integer Array Shuffle | ZhangYiDe | WA | 55ms | 503724kb | C++20 | 171b | 2024-09-27 10:34:05 | 2024-09-27 10:34:05 |
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
time: 55ms
memory: 503724kb
input:
3 2 2 5
output:
Hello World
result:
wrong output format Expected integer, but "Hello" found