結果
| 問題 |
No.1384 Bishop and Rook
|
| コンテスト | |
| ユーザー |
蜜蜂
|
| 提出日時 | 2021-01-08 14:17:20 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 212 bytes |
| コンパイル時間 | 1,422 ms |
| コンパイル使用メモリ | 164,156 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-07-03 23:22:24 |
| 合計ジャッジ時間 | 10,020 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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 t;
cin>>t;
while(t--){
printf("-1\n");
}
}
蜜蜂