結果
問題 |
No.3258 Xor Division Game
|
ユーザー |
![]() |
提出日時 | 2025-09-23 12:34:08 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 2,694 ms |
コンパイル使用メモリ | 274,960 KB |
実行使用メモリ | 7,844 KB |
最終ジャッジ日時 | 2025-09-23 12:34:26 |
合計ジャッジ時間 | 17,456 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 67 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { int N; cin >> N; while(N--) { int f; cin >> f; assert(f != 0); } }