結果
問題 | No.1850 Rewrite Product |
ユーザー |
![]() |
提出日時 | 2024-11-30 20:44:42 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 256 bytes |
コンパイル時間 | 11,884 ms |
コンパイル使用メモリ | 230,064 KB |
実行使用メモリ | 7,968 KB |
最終ジャッジ日時 | 2024-11-30 20:44:55 |
合計ジャッジ時間 | 12,514 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 1 |
ソースコード
package mainimport . "fmt"import . "os"import bf "bufio"func main() {rd:=bf.NewReader(Stdin)var t intFscan(rd,&t)for ;t>0;t-- {var x,y int64Fscan(rd,&x,&y)z:=x/2if z*(x-z)>x {Println("Yes")} else {Println("No")}}}