結果
| 問題 |
No.1384 Bishop and Rook
|
| コンテスト | |
| ユーザー |
蜜蜂
|
| 提出日時 | 2021-01-08 11:36:23 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 195 bytes |
| コンパイル時間 | 1,791 ms |
| コンパイル使用メモリ | 163,784 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-07-03 23:18:34 |
| 合計ジャッジ時間 | 10,092 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 55 |
ソースコード
//Judge test 1
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define fi first
#define se second
#define pb push_back
int main(){
int n,m;
cin>>n>>m;
printf("-1");
}
蜜蜂