結果
| 問題 |
No.2082 AND OR XOR
|
| コンテスト | |
| ユーザー |
taiga0629kyopro
|
| 提出日時 | 2022-09-22 08:01:09 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 117 bytes |
| コンパイル時間 | 150 ms |
| コンパイル使用メモリ | 82,024 KB |
| 実行使用メモリ | 53,660 KB |
| 最終ジャッジ日時 | 2024-12-22 04:42:58 |
| 合計ジャッジ時間 | 2,367 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 29 |
ソースコード
N,A,B,C=map(int,input().split()) if not (3<=N<=5000):print(aaa) if not (0<=min(A,B,C) and max(A,B,C)<=3):print(aaa)
taiga0629kyopro