結果

問題 No.892 タピオカ
ユーザー machoniumpmachoniump
提出日時 2021-03-18 16:36:03
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 532 bytes
コンパイル時間 2,398 ms
コンパイル使用メモリ 74,068 KB
実行使用メモリ 42,104 KB
最終ジャッジ日時 2024-11-16 19:49:46
合計ジャッジ時間 4,394 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
42,084 KB
testcase_01 AC 122 ms
41,060 KB
testcase_02 AC 133 ms
42,104 KB
testcase_03 AC 130 ms
41,984 KB
testcase_04 AC 137 ms
41,800 KB
testcase_05 AC 139 ms
41,952 KB
testcase_06 AC 127 ms
40,228 KB
testcase_07 WA -
testcase_08 AC 120 ms
40,696 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
class Pictus{
  static public void main(String[]$){
    String s[]={};
    try{
      s=System.console().readLine().split(" ");
    }catch(java.lang.NullPointerException e){
      Scanner sc=new Scanner(System.in);
      s=sc.nextLine().split(" ");
      if(sc!=null){
        sc.close();
      }
    }finally{
      System.out.println(p(s[0],s[2],s[4])?":-)":":-(");
    }
  }
  static boolean p(String...a){
    int t=0,i=0;
    for(;i<3;i++) t+=Integer.parseInt(a[i]);
    return t%2<1?true:false;
  }
}
0