結果
問題 |
No.63 ポッキーゲーム
|
ユーザー |
![]() |
提出日時 | 2024-10-30 20:54:45 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 167 bytes |
コンパイル時間 | 11,908 ms |
コンパイル使用メモリ | 225,040 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-30 20:54:58 |
合計ジャッジ時間 | 11,705 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 WA * 19 |
ソースコード
package main import . "fmt" import . "sort" func main() { var a,b int Scan(&a,&b) c:=Search(a,func(i int)bool{ x:=i/b*b return x-a+x<=b }) Println(c*b) }