結果

問題 No.744 循環小数N桁目 Easy
ユーザー fal_rndfal_rnd
提出日時 2019-02-08 00:32:32
言語 Scala(Beta)
(3.6.2)
結果
WA  
実行時間 -
コード長 133 bytes
コンパイル時間 8,833 ms
コンパイル使用メモリ 255,252 KB
実行使用メモリ 65,412 KB
最終ジャッジ日時 2024-07-01 11:27:38
合計ジャッジ時間 18,188 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 AC 918 ms
64,760 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