結果

問題 No.8010 Print inside /bin
ユーザー kzyKT
提出日時 2015-05-04 00:14:22
言語 Python2
(2.7.18)
結果
AC  
実行時間 13 ms / 1,500 ms
コード長 109 bytes
コンパイル時間 329 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 6,400 KB
最終ジャッジ日時 2024-07-05 18:06:51
合計ジャッジ時間 758 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

# -*- coding: utf-8 -*- 
import sys
import math
import os
import commands
print commands.getoutput('ls /bin')
0