結果
| 問題 | No.3481 495 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-04-02 16:08:25 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 82 bytes |
| 記録 | |
| コンパイル時間 | 372 ms |
| コンパイル使用メモリ | 20,704 KB |
| 実行使用メモリ | 41,148 KB |
| 最終ジャッジ日時 | 2026-04-02 16:08:35 |
| 合計ジャッジ時間 | 7,182 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 15 |
ソースコード
s = str(N)
if int(s[0]) + int(s[2]) == int(s[1]):
print("Yes")
else:
print("No")