結果
| 問題 |
No.304 鍵(1)
|
| コンテスト | |
| ユーザー |
ID 21712
|
| 提出日時 | 2025-01-15 00:36:34 |
| 言語 | Go (1.23.4) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 155 bytes |
| コンパイル時間 | 11,108 ms |
| コンパイル使用メモリ | 236,252 KB |
| 実行使用メモリ | 26,216 KB |
| 平均クエリ数 | 1000.00 |
| 最終ジャッジ日時 | 2025-01-15 00:36:48 |
| 合計ジャッジ時間 | 12,984 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 6 |
ソースコード
package main
import . "fmt"
func main() {
for i:=0; i<1000;i++{
Println("%03d", i)
var s string
Scan(&s)
if s == "unlocked" {
return
}
}
}
ID 21712