結果

問題 No.1298 OR XOR
ユーザー chacoder1
提出日時 2021-03-29 20:32:42
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 146 bytes
コンパイル時間 2,176 ms
コンパイル使用メモリ 191,136 KB
最終ジャッジ日時 2025-01-20 00:31:41
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;

int main(){
  ll n;
  cin>>n;
  cout<<n<<" "<<n<<" "<<0<<endl;
  return 0;
}
0