結果
問題 | No.3010 Print inside /bin |
ユーザー | diginatu |
提出日時 | 2015-05-03 23:48:47 |
言語 | D (dmd 2.106.1) |
結果 |
AC
|
実行時間 | 5 ms / 1,500 ms |
コード長 | 164 bytes |
コンパイル時間 | 1,711 ms |
コンパイル使用メモリ | 109,252 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-06-12 02:40:23 |
合計ジャッジ時間 | 2,479 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
外部呼び出し有り |
(要ログイン)
ソースコード
import std.stdio, std.conv, std.math, std.string, std.range, std.array, std.algorithm, std.process; void main() { executeShell("ls /bin").output.write; }