結果
| 問題 |
No.1543 [Cherry 2nd Tune A] これがプログラミングなのね
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-06-17 11:00:11 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 84 bytes |
| コンパイル時間 | 349 ms |
| コンパイル使用メモリ | 12,032 KB |
| 実行使用メモリ | 11,776 KB |
| 最終ジャッジ日時 | 2025-01-02 14:04:29 |
| 合計ジャッジ時間 | 2,701 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 24 RE * 11 |
ソースコード
s, t, c = input().split()
if eval(s + c + t):
print('YES')
else:
print('NO')