結果
| 問題 | No.1232 2^x = x |
| コンテスト | |
| ユーザー |
Example0911
|
| 提出日時 | 2020-09-18 21:52:10 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.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 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 3 |
ソースコード
#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;
}
Example0911