結果

問題 No.1298 OR XOR
ユーザー nok0
提出日時 2020-10-16 10:55:46
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 55 bytes
コンパイル時間 1,801 ms
コンパイル使用メモリ 190,540 KB
最終ジャッジ日時 2025-01-15 07:47:03
ジャッジサーバーID
(参考情報)
judge1 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 13
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
    2 | main(){std::cout << "3 3 0\n";}
      | ^~~~

ソースコード

diff #

#include<bits/stdc++.h>
main(){std::cout << "3 3 0\n";}
0