結果
| 問題 |
No.1119 Division 3
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-15 10:09:00 |
| 言語 | PHP (843.2) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 104 bytes |
| コンパイル時間 | 3,166 ms |
| コンパイル使用メモリ | 31,760 KB |
| 実行使用メモリ | 32,528 KB |
| 最終ジャッジ日時 | 2024-12-16 01:39:32 |
| 合計ジャッジ時間 | 4,028 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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')