結果
| 問題 | No.1119 Division 3 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-15 10:09:00 |
| 言語 | PHP (8.5.4) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 104 bytes |
| 記録 | |
| コンパイル時間 | 1,864 ms |
| コンパイル使用メモリ | 37,500 KB |
| 実行使用メモリ | 38,136 KB |
| 最終ジャッジ日時 | 2026-05-26 07:53:26 |
| 合計ジャッジ時間 | 3,271 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 16 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
X=int(input())
Y=int(input())
Z=int(input())
p=X*Y*Z
if p % 3==0:
print('Yes')
else:
print('No')