結果
| 問題 | No.1298 OR XOR |
| コンテスト | |
| ユーザー |
nok0
|
| 提出日時 | 2020-11-24 23:17:04 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 154 bytes |
| 記録 | |
| コンパイル時間 | 7,937 ms |
| コンパイル使用メモリ | 336,880 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-15 09:05:32 |
| 合計ジャッジ時間 | 10,916 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 13 |
ソースコード
#include<bits/stdc++.h>
#include "testlib.h"
int main(){
registerValidation();
inf.readInt(1,(1 << 30));
inf.readEoln();
inf.readEof();
return 0;
}
nok0