結果
問題 | No.1232 2^x = x |
ユーザー | Example0911 |
提出日時 | 2020-09-18 21:52:10 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 269 bytes |
コンパイル時間 | 1,423 ms |
コンパイル使用メモリ | 166,196 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-22 09:27:45 |
合計ジャッジ時間 | 2,003 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
#include "bits/stdc++.h" //#include <atcoder/all> using namespace std; //using namespace atcoder; //#define int long long #define ll long long ll INF = (1LL << 60); int mod = 1000000007; using P = pair<int, int>; signed main() { cout << -1 << endl; return 0; }