結果
| 問題 | No.3180 angles sum |
| コンテスト | |
| ユーザー |
miztom
|
| 提出日時 | 2025-06-13 21:53:15 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 109 bytes |
| 記録 | |
| コンパイル時間 | 217 ms |
| コンパイル使用メモリ | 95,860 KB |
| 実行使用メモリ | 84,756 KB |
| 最終ジャッジ日時 | 2026-07-12 05:59:12 |
| 合計ジャッジ時間 | 7,592 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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