Submission #1439785


Source Code Expand

import java.io.IOException;
import java.util.Scanner;

public class Main {
	public static void main(String[] args) throws IOException{
	Scanner sc	= new Scanner(System.in);
	int a = sc.nextInt();
	int b = sc.nextInt();
	int c = sc.nextInt();
	
	double x = a * b * c;
	double y = Math.pow(10, 9) + 7;
	
	System.out.println(x%y);
	
	}
}

Submission Info

Submission Time
Task B - 直方体
User unirita150
Language Java8 (OpenJDK 1.8.0)
Score 0
Code Size 354 Byte
Status WA
Exec Time 98 ms
Memory 21332 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
WA × 4
WA × 9
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 WA 96 ms 18640 KB
0_01.txt WA 93 ms 20692 KB
0_02.txt WA 95 ms 21332 KB
0_03.txt WA 92 ms 19924 KB
1_00.txt WA 92 ms 19796 KB
1_01.txt WA 93 ms 18772 KB
1_02.txt WA 92 ms 19028 KB
1_03.txt WA 94 ms 19668 KB
1_04.txt WA 98 ms 19796 KB