結果

問題 No.1713 trick or treat!
ユーザー ぷら
提出日時 2021-10-22 21:20:27
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 121 bytes
コンパイル時間 2,289 ms
コンパイル使用メモリ 190,772 KB
最終ジャッジ日時 2025-01-25 03:04:32
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other AC * 1 WA * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

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

int main() {
    int a,b;
    cin >> a >> b;
    cout << (a|b) << endl;
}
0