結果
問題 | No.2937 Sigma Plus Problem |
ユーザー |
![]() |
提出日時 | 2024-10-18 21:22:14 |
言語 | Haskell (9.10.1) |
結果 |
AC
|
実行時間 | 2 ms / 300 ms |
コード長 | 1,044 bytes |
コンパイル時間 | 19,536 ms |
コンパイル使用メモリ | 175,780 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-10-18 21:33:32 |
合計ジャッジ時間 | 18,607 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 20 |
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.8.2/environments/default [1 of 2] Compiling Main ( Main.hs, Main.o ) [2 of 2] Linking a.out
ソースコード
LANGUAGELANGUAGELANGUAGELANGUAGELANGUAGELANGUAGELANGUAGEimportControl.ApplicativeimportControl.ArrowimportControl.MonadimportControl.Monad.STimportData.CharimportData.ListimportData.MaybeimportqualifiedData.ByteString.CharasBimportData.ArrayimportData.Array.ST.SafeimportData.STRefimportDebug.TraceimportText.PrintfreadInt = readLn :: IO IntreadInteger = readLn :: IO IntegerreadInts = map ( fst . fromJust . B.readInt ) . B.words <$> B.getLinereadIntegers = map ( fst . fromJust . B.readInteger ) . B.words <$> B.getLinewhich a b f = if f then a else bmp [ a, b ] = ( a, b )modifyArray a i f = writeArray a i =<< f <$> readArray a iprintList::Showa=>a->IO()printList = putStrLn . intercalate " " . map showmain = don <- readIntegerprint $ n * ( n + 1 ) `div` 2