QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#748223 | #9541. Expanding Array | GuanYunchang | WA | 396ms | 55964kb | C++20 | 1.3kb | 2024-11-14 19:44:50 | 2024-11-14 19:44:51 |
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: 3504kb
input:
2 2 3
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3508kb
input:
2 3 4
output:
4
result:
ok single line: '4'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3544kb
input:
2 3 5
output:
8
result:
ok single line: '8'
Test #4:
score: 0
Accepted
time: 1ms
memory: 3768kb
input:
10 37760128 12721860 37519778 33518004 2760086 4473592 65451644 83416788 44877547 36766460
output:
56
result:
ok single line: '56'
Test #5:
score: 0
Accepted
time: 1ms
memory: 3836kb
input:
10 816913051 502168112 623785107 464692422 886370488 155984202 681252443 57479616 856353914 365166224
output:
56
result:
ok single line: '56'
Test #6:
score: -100
Wrong Answer
time: 396ms
memory: 55964kb
input:
91141 991550420 630736630 613860632 683288307 801076961 655640638 825594849 292357587 386886324 280046446 969805344 558863217 285710238 677412106 663841817 331062932 665933557 860995134 10312018 472942826 92468113 114082647 184016662 952783745 869957199 427809351 730297077 324218702 340532370 865197...
output:
367515
result:
wrong answer 1st lines differ - expected: '546842', found: '367515'