結果

問題 No.337 P versus NP
ユーザー mtsu_friendsmtsu_friends
提出日時 2021-04-05 13:49:49
言語 C#(csc)
(csc 3.9.0)
結果
WA  
実行時間 -
コード長 151 bytes
コンパイル時間 1,445 ms
コンパイル使用メモリ 59,168 KB
実行使用メモリ 22,888 KB
最終ジャッジ日時 2023-08-29 21:49:25
合計ジャッジ時間 3,866 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 55 ms
22,884 KB
testcase_01 WA -
testcase_02 AC 57 ms
20,668 KB
testcase_03 AC 57 ms
20,724 KB
testcase_04 AC 55 ms
20,716 KB
testcase_05 WA -
testcase_06 AC 56 ms
20,904 KB
testcase_07 AC 56 ms
20,704 KB
testcase_08 AC 58 ms
22,888 KB
testcase_09 AC 57 ms
20,712 KB
testcase_10 AC 58 ms
22,808 KB
testcase_11 AC 57 ms
20,712 KB
testcase_12 AC 57 ms
20,816 KB
testcase_13 WA -
testcase_14 AC 56 ms
18,876 KB
testcase_15 AC 57 ms
20,840 KB
testcase_16 AC 57 ms
20,828 KB
testcase_17 AC 56 ms
20,664 KB
testcase_18 AC 57 ms
20,824 KB
testcase_19 AC 58 ms
18,684 KB
testcase_20 AC 57 ms
20,720 KB
testcase_21 AC 57 ms
18,668 KB
testcase_22 AC 56 ms
20,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

using System;

public class Yuki337 {
	static void Main(string[] _) {
		Console.Write(int.Parse(Console.ReadLine().Split()[0]) == 1 ? "=" : "!=");
	}
}
0