結果
| 問題 | No.2112 All 2x2 are Equal |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-10-28 22:13:42 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 81 bytes |
| 記録 | |
| コンパイル時間 | 276 ms |
| コンパイル使用メモリ | 71,000 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-08-08 20:15:26 |
| 合計ジャッジ時間 | 2,098 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 34 |
ソースコード
#include <iostream>
using namespace std;
int main(){
cout << "No" << '\n';
}