結果

問題 No.964 2020
ユーザー nayako
提出日時 2020-12-19 01:49:44
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 184 bytes
コンパイル時間 104 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 10,752 KB
最終ジャッジ日時 2024-09-21 09:48:19
合計ジャッジ時間 2,364 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 2
other RE * 8
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())

# 0 = ""
# 1 = 1
# 2 = 2020,2121
# 3 = 321321321
str = ""
for i in range(n):
    for j in range(n):
        str = str + (n-i)

a = [ans]
print("\n".join(map(str, a)))
0