QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#542110 | #8943. Challenge Matrix Multiplication | ucup-team4125# | WA | 1ms | 3660kb | C++14 | 5.9kb | 2024-08-31 22:47:56 | 2024-08-31 22:47:56 |
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: 100
Accepted
time: 0ms
memory: 3540kb
input:
4 6 1 3 2 3 2 4 1 2 1 3 1 3
output:
4 3 1 1
result:
ok 4 number(s): "4 3 1 1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3544kb
input:
5 7 1 4 1 5 1 2 2 4 3 4 2 5 1 4
output:
4 3 2 1 1
result:
ok 5 number(s): "4 3 2 1 1"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3660kb
input:
100 900 89 90 34 35 45 46 97 98 41 42 59 61 19 20 25 29 2 3 28 29 54 55 77 78 69 74 60 61 43 44 13 14 92 93 65 66 68 69 72 73 78 81 54 56 55 60 14 15 9 10 92 93 10 11 18 19 16 17 97 98 76 77 39 40 71 72 7 8 63 64 7 8 16 24 13 24 83 84 90 91 1 4 4 5 96 97 81 82 91 92 80 81 66 67 19 20 3 4 9 10 47 48 ...
output:
1687819426 199910441 659695872 -1169238933 -862780010 1592379621 236555359 -576254706 1721260366 1997452307 1668909908 2030692901 1355824342 -361782913 674868637 -1036651473 510597435 402994741 690325467 1950017012 1950017011 -1259691473 107602766 1314612661 -1367294170 1895095964 930563069 16005777...
result:
wrong answer 1st numbers differ - expected: '100', found: '1687819426'