結果
問題 | No.381 名声値を稼ごう Extra |
ユーザー | はむ吉🐹 |
提出日時 | 2016-06-30 18:19:12 |
言語 | Crystal (1.11.2) |
結果 |
CE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 57 bytes |
コンパイル時間 | 626 ms |
コンパイル使用メモリ | 160,204 KB |
最終ジャッジ日時 | 2024-11-14 19:46:01 |
合計ジャッジ時間 | 1,270 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
[2mShowing last frame. Use --error-trace for full trace.[0m In [4mMain.cr:1:1[0m [2m 1 | [0m[1mrequire "big_int"[0m [32;1m^[0m [33;1mError: can't find file 'big_int'[0m If you're trying to require a shard: - Did you remember to run `shards install`? - Did you make sure you're running the compiler in the same directory as your shard.yml?
ソースコード
require "big_int" puts BigInt.new(gets.not_nil!).popcount