結果
| 問題 | No.1384 Bishop and Rook |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-01-08 14:31:50 |
| 言語 | C++17(clang) (clang++ 22.1.2 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 151 bytes |
| 記録 | |
| コンパイル時間 | 2,514 ms |
| コンパイル使用メモリ | 129,280 KB |
| 実行使用メモリ | 9,424 KB |
| 最終ジャッジ日時 | 2026-08-05 14:55:53 |
| 合計ジャッジ時間 | 10,727 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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");
}
}