結果

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

ソースコード

diff #

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

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