結果

問題 No.8010 Print inside /bin
ユーザー kmjpkmjp
提出日時 2015-05-03 23:29:02
言語 Python2
(2.7.18)
結果
AC  
実行時間 12 ms / 1,500 ms
コード長 52 bytes
コンパイル時間 477 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 6,144 KB
最終ジャッジ日時 2024-07-05 16:42:04
合計ジャッジ時間 511 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

import commands
print commands.getoutput('ls /bin')
0