結果
問題 |
No.47 ポケットを叩くとビスケットが2倍
|
ユーザー |
|
提出日時 | 2025-08-29 01:25:51 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 389 bytes |
コンパイル時間 | 2,905 ms |
コンパイル使用メモリ | 277,392 KB |
実行使用メモリ | 7,716 KB |
最終ジャッジ日時 | 2025-08-29 01:25:55 |
合計ジャッジ時間 | 3,916 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 19 WA * 2 |
ソースコード
#include <bits/stdc++.h> #include <atcoder/dsu> using namespace atcoder; using namespace std; using ll = int64_t; using ull = u_int64_t; #define ALL(a) (a).begin(), (a).end() #define endl '\n' #define Yes cout << "Yes" << endl #define No cout << "No" << endl int main() { ios::sync_with_stdio(false); cin.tie(nullptr); ll N; cin >> N; cout << __bit_width(N) << endl; }