結果
| 問題 | No.381 名声値を稼ごう Extra |
| コンテスト | |
| ユーザー |
はむ吉🐹
|
| 提出日時 | 2016-06-30 18:19:12 |
| 言語 | Crystal (1.19.1) |
| 結果 |
CE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 57 bytes |
| 記録 | |
| コンパイル時間 | 1,161 ms |
| コンパイル使用メモリ | 185,216 KB |
| 最終ジャッジ日時 | 2026-05-10 04:27:12 |
| 合計ジャッジ時間 | 1,740 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
Showing last frame. Use --error-trace for full trace.
In Main.cr:1:1
1 | require "big_int"
^
Error: can't find file 'big_int'
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
はむ吉🐹