結果
問題 | No.9002 FizzBuzz(テスト用) |
ユーザー | packet0 |
提出日時 | 2014-11-17 02:18:32 |
言語 | D (dmd 2.106.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 673 ms |
コンパイル使用メモリ | 92,032 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-12 01:34:15 |
合計ジャッジ時間 | 1,159 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
ソースコード
import std.stdio; import std.conv; void main(string[] args) { int l = to!int(args[1]); writeln("%d", l); }