結果

問題 No.773 コンテスト
コンテスト
ユーザー kou_kkk
提出日時 2023-09-02 01:40:42
言語 Nim
(2.2.8)
コンパイル:
nim --nimcache=~ --hints:off -o:a.out -d:release cpp _filename_
実行:
./a.out
結果
AC  
実行時間 1 ms / 2,000 ms
+ 313µs
コード長 82 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 3,561 ms
コンパイル使用メモリ 67,672 KB
実行使用メモリ 5,888 KB
最終ジャッジ日時 2026-07-25 09:24:49
合計ジャッジ時間 4,888 ms
ジャッジサーバーID
(参考情報)
judge1_1 / judge3_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 21
権限があれば一括ダウンロードができます
コンパイルメッセージ
/home/judge/data/code/Main.nim(3, 19) Warning: type 'int' is too big to be a `set` element, assuming a range of 0..65535, explicitly write this range to get rid of warning [AboveMaxSizeSet]

ソースコード

diff #
raw source code

import strscans
let(_,a,b)=stdin.readAll.scanTuple"$i $i"
echo len {23..25}-{a..b}
0