結果
| 問題 | No.1264 010 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-12-20 18:41:45 |
| 言語 | Common Lisp (sbcl 2.6.3) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 68 bytes |
| 記録 | |
| コンパイル時間 | 195 ms |
| コンパイル使用メモリ | 28,288 KB |
| 実行使用メモリ | 22,016 KB |
| 最終ジャッジ日時 | 2026-04-09 17:48:13 |
| 合計ジャッジ時間 | 2,337 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 9 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 09 APR 2026 05:48:04 PM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.002
ソースコード
(princ "010")
(loop repeat (read)
do (princ "0"))
(fresh-line)