提出 #812363
ソースコード 拡げる
#include<iostream>
#include<string>
#include<list>
#include<algorithm>
#include<map>
#include<cmath>
#include<climits>
#include<sstream>
#include<iomanip>
using namespace std;
int main(){
long long a = pow(10, 9) + 7;
long long A, B, C;
long long answer;
cin >> A >> B >> C;
cout << (A*B*C) % a << endl;
return 0;
}
提出情報
ジャッジ結果
| セット名 | Sample | All | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 0 / 100 | ||||||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 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 | WA | 4 ms | 256 KiB |
| 1_00.txt | AC | 4 ms | 256 KiB |
| 1_01.txt | WA | 4 ms | 256 KiB |
| 1_02.txt | WA | 4 ms | 256 KiB |
| 1_03.txt | WA | 4 ms | 256 KiB |
| 1_04.txt | WA | 4 ms | 256 KiB |