結果
問題 |
No.2212 One XOR Matrix
|
ユーザー |
![]() |
提出日時 | 2023-02-10 22:27:22 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 174 bytes |
コンパイル時間 | 2,609 ms |
コンパイル使用メモリ | 213,616 KB |
最終ジャッジ日時 | 2025-02-10 13:00:33 |
ジャッジサーバーID (参考情報) |
judge4 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | WA * 8 |
ソースコード
#pragma GCC target("avx") #pragma GCC optimize("O3") #pragma GCC optimize("unroll-loops") #include <bits/stdc++.h> using namespace std; int main() { cout << -1 << endl; }