結果
| 問題 | No.1298 OR XOR | 
| コンテスト | |
| ユーザー |  蜜蜂 | 
| 提出日時 | 2020-11-27 21:24:02 | 
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 173 bytes | 
| コンパイル時間 | 1,726 ms | 
| コンパイル使用メモリ | 166,896 KB | 
| 実行使用メモリ | 6,944 KB | 
| 最終ジャッジ日時 | 2024-07-23 21:54:55 | 
| 合計ジャッジ時間 | 3,817 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 | 
| other | AC * 3 WA * 10 | 
ソースコード
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define fi first
#define se second
int main(){
  ll x;
  cin>>x;
  cout<<1<<" "<<(1^x)<<" "<<x<<endl;
}
            
            
            
        