結果
| 問題 |
No.3180 angles sum
|
| コンテスト | |
| ユーザー |
miztom
|
| 提出日時 | 2025-06-13 21:53:15 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 109 bytes |
| コンパイル時間 | 380 ms |
| コンパイル使用メモリ | 82,236 KB |
| 実行使用メモリ | 77,408 KB |
| 最終ジャッジ日時 | 2025-06-14 01:41:24 |
| 合計ジャッジ時間 | 9,394 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 16 WA * 1 |
ソースコード
for i in range(int(input())):A,a,B,b,C,c=map(int,input().split());print("YNeos"[C*(a*B+b*A)!=c*(A*B-a*b)::2])
miztom