結果
| 問題 | No.3481 495 |
| コンテスト | |
| ユーザー |
回転
|
| 提出日時 | 2026-04-01 21:12:26 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 63 ms / 2,000 ms |
| + 424µs | |
| コード長 | 72 bytes |
| 記録 | |
| コンパイル時間 | 549 ms |
| コンパイル使用メモリ | 95,720 KB |
| 実行使用メモリ | 78,848 KB |
| 最終ジャッジ日時 | 2026-08-16 11:54:59 |
| 合計ジャッジ時間 | 3,124 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 15 |
ソースコード
N = input()
print("Yes" if int(N[0]) + int(N[2]) == int(N[1]) else "No")
回転