結果
問題 | No.427 テレビ |
ユーザー | darknight |
提出日時 | 2016-10-02 23:05:22 |
言語 | Java21 (openjdk 21) |
結果 |
AC
|
実行時間 | 130 ms / 2,000 ms |
コード長 | 590 bytes |
コンパイル時間 | 2,090 ms |
コンパイル使用メモリ | 74,656 KB |
実行使用メモリ | 55,892 KB |
最終ジャッジ日時 | 2024-06-01 09:55:00 |
合計ジャッジ時間 | 3,966 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 126 ms
54,396 KB |
testcase_01 | AC | 126 ms
54,044 KB |
testcase_02 | AC | 129 ms
54,008 KB |
testcase_03 | AC | 128 ms
53,832 KB |
testcase_04 | AC | 127 ms
55,892 KB |
testcase_05 | AC | 130 ms
54,008 KB |
testcase_06 | AC | 130 ms
54,032 KB |
testcase_07 | AC | 128 ms
53,816 KB |
testcase_08 | AC | 126 ms
54,300 KB |
testcase_09 | AC | 127 ms
54,240 KB |
ソースコード
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int o= 0 ,p = 0,q = 0; long a = 0, b = 0, c = 0; char ch; String str; // String s1 = sc.next(); int s = Integer.parseInt(sc.next()); int t = Integer.parseInt(sc.next()); // int[] test = new int[100000]; // char[] c1 = s1.toCharArray(); if(s>t){ System.out.print("TATE"); }else{ System.out.print("YOKO"); } // System.out.print(); System.out.println(); } }