結果

問題 No.964 2020
コンテスト
ユーザー fal_rnd
提出日時 2020-02-04 18:41:18
言語 Scala(Beta)
(3.8.2)
コンパイル:
scalac _filename_
実行:
/usr/bin/scala_run _class_
結果
WA  
実行時間 -
コード長 98 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 6,755 ms
コンパイル使用メモリ 261,776 KB
実行使用メモリ 58,704 KB
最終ジャッジ日時 2026-07-28 16:21:51
合計ジャッジ時間 12,596 ms
ジャッジサーバーID
(参考情報)
judge2_1 / judge1_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 1
other WA * 8
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

object Main extends App{
	println((1 to io.StdIn.readInt).map(i=>i%10+"").reduce(_+_).repeat(2))
}
0