結果

問題 No.809 かけ算
ユーザー _keroru_keroru
提出日時 2019-04-12 21:28:36
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 39 ms / 2,000 ms
コード長 25 bytes
コンパイル時間 312 ms
コンパイル使用メモリ 82,184 KB
実行使用メモリ 52,712 KB
最終ジャッジ日時 2024-09-14 17:11:36
合計ジャッジ時間 1,206 ms
ジャッジサーバーID
(参考情報)
judge6 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

c=int(input())
print(1,c)
0