Submission #11020711
Source Code Expand
a, b, c = map(int,input().split()) mod = 10**9+7 print(a*b%mod*c%mod)
Submission Info
| Submission Time | |
|---|---|
| Task | B - 直方体 |
| User | tax_free |
| Language | Python (3.4.3) |
| Score | 100 |
| Code Size | 71 Byte |
| Status | AC |
| Exec Time | 18 ms |
| Memory | 2940 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_00.txt, 0_01.txt, 0_02.txt, 0_03.txt |
| All | 0_00.txt, 0_01.txt, 0_02.txt, 0_03.txt, 1_00.txt, 1_01.txt, 1_02.txt, 1_03.txt, 1_04.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_00.txt | AC | 18 ms | 2940 KiB |
| 0_01.txt | AC | 18 ms | 2940 KiB |
| 0_02.txt | AC | 17 ms | 2940 KiB |
| 0_03.txt | AC | 17 ms | 2940 KiB |
| 1_00.txt | AC | 18 ms | 2940 KiB |
| 1_01.txt | AC | 17 ms | 2940 KiB |
| 1_02.txt | AC | 17 ms | 2940 KiB |
| 1_03.txt | AC | 18 ms | 2940 KiB |
| 1_04.txt | AC | 18 ms | 2940 KiB |