結果

問題 No.773 コンテスト
コンテスト
ユーザー kou_kkk
提出日時 2023-09-02 01:40:42
言語 Nim
(2.2.6)
コンパイル:
nim --nimcache=~ --hints:off -o:a.out -d:release cpp _filename_
実行:
./a.out
結果
AC  
実行時間 1 ms / 2,000 ms
コード長 82 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 4,046 ms
コンパイル使用メモリ 69,832 KB
実行使用メモリ 7,844 KB
最終ジャッジ日時 2026-03-04 10:26:18
合計ジャッジ時間 4,212 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
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