結果

問題 No.8010 Print inside /bin
ユーザー gigurururugigurururu
提出日時 2015-05-05 23:40:22
言語 Nim
(2.2.0)
結果
AC  
実行時間 6 ms / 1,500 ms
コード長 128 bytes
コンパイル時間 3,233 ms
コンパイル使用メモリ 79,488 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-06-29 01:57:12
合計ジャッジ時間 3,245 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

import os,sequtils,algorithm

for n in sorted[string](toSeq(walkFiles("/bin/*")),system.cmp[string]):
    n.extractFilename.echo
0