結果
| 問題 | No.597 concat |
| コンテスト | |
| ユーザー |
koromooo_
|
| 提出日時 | 2017-11-24 22:51:37 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 49 ms / 2,000 ms |
| + 877µs | |
| コード長 | 80 bytes |
| 記録 | |
| コンパイル時間 | 56 ms |
| コンパイル使用メモリ | 80,728 KB |
| 実行使用メモリ | 80,896 KB |
| 最終ジャッジ日時 | 2026-07-18 16:54:02 |
| 合計ジャッジ時間 | 1,840 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 |
ソースコード
num = input()
temp = ""
for i in xrange(num):
temp += raw_input()
print temp
koromooo_