結果
| 問題 |
No.2188 整数列コイントスゲーム
|
| コンテスト | |
| ユーザー |
umezo
|
| 提出日時 | 2023-01-14 18:38:04 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 288 bytes |
| コンパイル時間 | 1,872 ms |
| コンパイル使用メモリ | 191,340 KB |
| 最終ジャッジ日時 | 2025-02-10 03:32:13 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 47 |
ソースコード
#define rep(i,n) for(int i=0;i<(int)(n);i++)
#define ALL(v) v.begin(),v.end()
typedef long long ll;
#include<bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false);
std::cin.tie(nullptr);
ll n,m;
cin>>n>>m;
cout<<"NaN"<<endl;
return 0;
}
umezo