結果

問題 No.3098 tan 2
ユーザー yamate11yamate11
提出日時 2023-06-28 10:22:58
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 62 bytes
コンパイル時間 81 ms
コンパイル使用メモリ 10,564 KB
実行使用メモリ 7,912 KB
最終ジャッジ日時 2023-09-18 11:34:34
合計ジャッジ時間 1,115 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 15 ms
7,904 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 15 ms
7,808 KB
testcase_04 WA -
testcase_05 AC 15 ms
7,812 KB
testcase_06 WA -
testcase_07 AC 16 ms
7,820 KB
testcase_08 AC 15 ms
7,820 KB
testcase_09 AC 15 ms
7,800 KB
testcase_10 WA -
testcase_11 AC 15 ms
7,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

x = int(input())
if x == 45:
	print("Yes")
else:
	print("No")
0