QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#542095 | #8943. Challenge Matrix Multiplication | ucup-team4125# | WA | 1ms | 3688kb | C++14 | 5.8kb | 2024-08-31 22:37:31 | 2024-08-31 22:37:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
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: 3472kb
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: 3688kb
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:
1617800054 -1386008509 2104623469 3531736 1674574271 1240192801 -1731160630 1302109658 1822986598 1426105960 -1737804956 -257428106 473415932 577193978 723628237 -916863984 695241469 -613077161 -1609159594 470360615 1294327950 336069598 78737596 763909280 -215093066 2136829841 1319375553 -332087930 ...
result:
wrong answer 1st numbers differ - expected: '100', found: '1617800054'