結果
| 問題 |
No.2483 Yet Another Increasing XOR Problem
|
| コンテスト | |
| ユーザー |
SSRS
|
| 提出日時 | 2023-09-22 23:44:37 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 126 bytes |
| コンパイル時間 | 1,900 ms |
| コンパイル使用メモリ | 191,288 KB |
| 最終ジャッジ日時 | 2025-02-17 01:11:21 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | WA * 2 RE * 21 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
long long M;
cin >> M;
assert(__builtin_popcountll(M) == 1);
}
SSRS