結果
問題 | No.2887 Minahoshi (Easy) |
ユーザー | ID 21712 |
提出日時 | 2024-11-03 21:06:06 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 109 bytes |
コンパイル時間 | 12,067 ms |
コンパイル使用メモリ | 222,956 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-03 21:06:20 |
合計ジャッジ時間 | 14,296 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 27 |
ソースコード
package main import . "fmt" import . "strings" func main() { var n int Scan(&n) Println(Repeat("a",n)) }