結果

問題 No.337 P versus NP
ユーザー nCk_cvnCk_cv
提出日時 2016-02-01 20:20:34
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 228 bytes
コンパイル時間 2,095 ms
コンパイル使用メモリ 74,580 KB
実行使用メモリ 54,340 KB
最終ジャッジ日時 2024-09-21 19:51:37
合計ジャッジ時間 6,098 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 134 ms
53,716 KB
testcase_03 AC 133 ms
53,832 KB
testcase_04 AC 137 ms
53,676 KB
testcase_05 AC 135 ms
53,724 KB
testcase_06 AC 134 ms
53,676 KB
testcase_07 AC 134 ms
53,712 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 132 ms
53,972 KB
testcase_11 WA -
testcase_12 AC 133 ms
54,040 KB
testcase_13 WA -
testcase_14 AC 133 ms
53,876 KB
testcase_15 AC 133 ms
53,884 KB
testcase_16 AC 133 ms
53,968 KB
testcase_17 AC 134 ms
53,748 KB
testcase_18 AC 133 ms
53,712 KB
testcase_19 AC 134 ms
53,912 KB
testcase_20 AC 135 ms
53,540 KB
testcase_21 WA -
testcase_22 AC 137 ms
53,924 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
import java.math.*;
import java.io.*;
 
public class Main {
	public static void main(String[] args) {
		Scanner sc = new Scanner(System.in);
		System.out.println((sc.nextInt() == sc.nextInt()?"=":"!="));
	}
}
0