結果
問題 |
No.841 8/32
|
ユーザー |
![]() |
提出日時 | 2019-07-09 13:11:45 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 107 bytes |
コンパイル時間 | 13,154 ms |
コンパイル使用メモリ | 220,956 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-12 00:35:35 |
合計ジャッジ時間 | 13,929 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 21 |
ソースコード
package main import "fmt" func main() { var input string fmt.Scan(&input) fmt.Print("hoge") }