結果
問題 | No.104 国道 |
ユーザー |
|
提出日時 | 2018-03-24 23:46:14 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 166 bytes |
コンパイル時間 | 3,074 ms |
コンパイル使用メモリ | 66,676 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-30 05:35:48 |
合計ジャッジ時間 | 3,581 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 16 |
コンパイルメッセージ
/home/judge/data/code/Main.nim(1, 8) Warning: imported and not used: 'sequtils' [UnusedImport] /home/judge/data/code/Main.nim(1, 18) Warning: imported and not used: 'strutils' [UnusedImport]
ソースコード
import sequtils, strutilsvars:string = readLine(stdin)n = 1for i in s:if i == 'L':n *= 2elif i == 'R':n = n * 2 + 1echo n