Submission #789066
Source Code Expand
#include <stdio.h>
#include <iostream>
#include <sstream>
#include <vector>
#include <string>
#define mod 1000000007
using namespace std;
int main(void){
long long int a,b,c;
cin >> a >> b >> c;
cout << (a*b%mod)*c%mod << endl;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | B - 直方体 |
| User | akarii |
| Language | C++14 (GCC 5.4.1) |
| Score | 100 |
| Code Size | 267 Byte |
| Status | AC |
| Exec Time | 4 ms |
| Memory | 256 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 | 4 ms | 256 KiB |
| 0_01.txt | AC | 4 ms | 256 KiB |
| 0_02.txt | AC | 4 ms | 256 KiB |
| 0_03.txt | AC | 4 ms | 256 KiB |
| 1_00.txt | AC | 4 ms | 256 KiB |
| 1_01.txt | AC | 4 ms | 256 KiB |
| 1_02.txt | AC | 4 ms | 256 KiB |
| 1_03.txt | AC | 4 ms | 256 KiB |
| 1_04.txt | AC | 4 ms | 256 KiB |