結果

問題 No.2600 Avator Height
ユーザー amentorimaru
提出日時 2023-12-05 02:06:07
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 296 ms / 2,000 ms
コード長 105 bytes
コンパイル時間 304 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 11,008 KB
最終ジャッジ日時 2024-09-26 23:58:15
合計ジャッジ時間 9,205 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
input = sys.stdin.readline
for _ in range(int(input())):
	print([998244349,4][int(input())%2])
0