提出 #792121


ソースコード 拡げる

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pii;
#define pb push_back
#define mp make_pair
#define fi first
#define se second

int main()
{
	ll a,b,c,ans=1;
	cin>>a>>b>>c;
	ans*=a;
	ans%=1000000007;
	ans*=b;
	ans%=1000000007;
	ans*=c;
	ans%=1000000007;
	cout<<ans<<endl;
	return 0;
}

提出情報

提出日時
問題 B - 直方体
ユーザ kkrtjnj3829
言語 C++14 (GCC 5.4.1)
得点 100
コード長 376 Byte
結果 AC
実行時間 5 ms
メモリ 256 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 4
AC × 9
セット名 テストケース
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 5 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