提出 #764435


ソースコード 拡げる

import java.util.Scanner;
public class Main {
	public static void main(String[] args){
		Scanner sc = new Scanner(System.in);
		int a = sc.nextInt();
		int b = sc.nextInt();
		int c = sc.nextInt();
		System.out.println((a*b+b*c+c*a) * 2);
	}
}

提出情報

提出日時
問題 A - 高橋直体
ユーザ eskinesics
言語 Java7 (OpenJDK 1.7.0)
得点 100
コード長 252 Byte
結果 AC
実行時間 216 ms
メモリ 8788 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 4
AC × 14
セット名 テストケース
Sample example_0.txt, example_1.txt, example_2.txt, example_3.txt
All example_0.txt, example_1.txt, example_2.txt, example_3.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, random_5.txt, random_6.txt, random_7.txt, random_8.txt, random_9.txt
ケース名 結果 実行時間 メモリ
example_0.txt AC 216 ms 8788 KiB
example_1.txt AC 216 ms 8660 KiB
example_2.txt AC 208 ms 8788 KiB
example_3.txt AC 208 ms 8788 KiB
random_0.txt AC 212 ms 8660 KiB
random_1.txt AC 212 ms 8788 KiB
random_2.txt AC 212 ms 8788 KiB
random_3.txt AC 205 ms 8788 KiB
random_4.txt AC 212 ms 8660 KiB
random_5.txt AC 208 ms 8660 KiB
random_6.txt AC 209 ms 8788 KiB
random_7.txt AC 208 ms 8788 KiB
random_8.txt AC 212 ms 8660 KiB
random_9.txt AC 213 ms 8660 KiB