結果
問題 | No.381 名声値を稼ごう Extra |
ユーザー | uwi |
提出日時 | 2016-06-19 15:21:44 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 205 bytes |
コンパイル時間 | 172 ms |
コンパイル使用メモリ | 82,328 KB |
実行使用メモリ | 69,792 KB |
最終ジャッジ日時 | 2024-11-22 11:44:54 |
合計ジャッジ時間 | 671 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 41 ms
51,968 KB |
testcase_01 | RE | - |
ソースコード
import sys stdin = sys.stdin def ni(): return int(stdin.readline().strip()) def na(): return map(int, stdin.readline().split()) def ns(): return stdin.readline().strip() x = ni() print(bin(x).count("1"))