結果

問題 No.744 循環小数N桁目 Easy
ユーザー fal_rndfal_rnd
提出日時 2019-02-08 00:32:32
言語 Scala(Beta)
(3.4.0)
結果
WA  
実行時間 -
コード長 133 bytes
コンパイル時間 7,778 ms
コンパイル使用メモリ 242,080 KB
実行使用メモリ 63,568 KB
最終ジャッジ日時 2023-09-14 03:35:20
合計ジャッジ時間 19,288 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 AC 993 ms
63,016 KB
testcase_06 RE -
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main{
	val s = new java.util.Scanner(System.in)
	def main(args:Array[String]):Unit ={
		println("285714" (s.nextInt-1)%6)
	}
}
0