結果
問題 |
No.737 PopCount
|
ユーザー |
![]() |
提出日時 | 2018-05-02 22:49:41 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 135 bytes |
コンパイル時間 | 2,116 ms |
コンパイル使用メモリ | 191,800 KB |
最終ジャッジ日時 | 2025-01-05 10:29:37 |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 15 |
ソースコード
#include<bits/stdc++.h> using namespace std; int main() { int64_t N; cin >> N; assert(1 <= N && N <= 1000000000000000000LL); }