結果
| 問題 | 
                            No.1384 Bishop and Rook
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2021-01-08 14:33:08 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 151 bytes | 
| コンパイル時間 | 513 ms | 
| コンパイル使用メモリ | 62,604 KB | 
| 実行使用メモリ | 6,948 KB | 
| 最終ジャッジ日時 | 2024-07-03 23:22:59 | 
| 合計ジャッジ時間 | 8,937 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 1 | 
| other | WA * 55 | 
ソースコード
//Judge test 1
#include <iostream>
using namespace std;
using ll = long long;
int main(){
  int t;
  cin>>t;
  while(t--){
    printf("-1\n");
  }
}