QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#730999 | #56. Nim Product | ntu_vjudge_2 | 100 ✓ | 956ms | 12868kb | C++17 | 2.4kb | 2024-11-09 23:02:43 | 2024-11-09 23:02:43 |
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
Pretests
Final Tests
Test #1:
score: 25
Accepted
time: 7ms
memory: 12868kb
input:
10 274134852 279286565 744539633
output:
2002382043
result:
ok single line: '2002382043'
Test #2:
score: 25
Accepted
time: 6ms
memory: 12860kb
input:
1000 734766235 309378503 610268282
output:
2106551671
result:
ok single line: '2106551671'
Test #3:
score: 25
Accepted
time: 10ms
memory: 12860kb
input:
30000 784936363 827067061 800454511
output:
554318281
result:
ok single line: '554318281'
Test #4:
score: 25
Accepted
time: 956ms
memory: 12836kb
input:
30000000 72129929 485897764 129463885
output:
92762235
result:
ok single line: '92762235'