結果
問題 | No.2224 UFO Game |
ユーザー |
![]() |
提出日時 | 2025-03-20 20:23:15 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 35 ms / 2,000 ms |
コード長 | 130 bytes |
コンパイル時間 | 142 ms |
コンパイル使用メモリ | 82,404 KB |
実行使用メモリ | 53,572 KB |
最終ジャッジ日時 | 2025-03-20 20:25:24 |
合計ジャッジ時間 | 1,203 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
ソースコード
S = input().strip() if S.startswith('x'): N = int(S[1:]) T = (1 << 32) - N print(T) else: T = int(S) print(T)