結果
| 問題 | No.2224 UFO Game |
| コンテスト | |
| ユーザー |
ikoma
|
| 提出日時 | 2023-02-24 21:22:36 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 64 ms / 2,000 ms |
| + 713µs | |
| コード長 | 83 bytes |
| 記録 | |
| コンパイル時間 | 232 ms |
| コンパイル使用メモリ | 96,112 KB |
| 実行使用メモリ | 79,104 KB |
| 最終ジャッジ日時 | 2026-08-25 22:51:46 |
| 合計ジャッジ時間 | 2,467 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 |
ソースコード
s=input().strip()
if s[0]=="x":
print(2**32-int(s[1:]))
else:
print(int(s))
ikoma