結果
問題 | No.597 concat |
ユーザー |
![]() |
提出日時 | 2024-10-25 19:50:04 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 133 bytes |
コンパイル時間 | 11,862 ms |
コンパイル使用メモリ | 225,160 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-25 19:50:17 |
合計ジャッジ時間 | 12,050 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
ソースコード
package mainimport . "fmt"func main() {var n intScan(&n)for ;n>0;n-- {var s stringScan(&s)Print(s)}Println()}