結果

問題 No.3177 output only nand problem
ユーザー
提出日時 2025-06-13 21:29:02
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 1 ms / 2,000 ms
コード長 632 bytes
コンパイル時間 1,609 ms
コンパイル使用メモリ 162,860 KB
実行使用メモリ 7,840 KB
最終ジャッジ日時 2025-06-13 21:29:14
合計ジャッジ時間 1,972 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

//#include <bits/stdc++.h>
#include<algorithm>
#include<array>
#include<bit>
#include<bitset>
#include<deque>
#include<execution>
#include<iostream>
#include<iterator>
#include<list>
#include<map>
#include<queue>
#include<set>
#include<stack>
#include<string>
#include<tuple>
#include<unordered_map>
#include<unordered_set>
#include<vector>
#include<filesystem>
#include<cstdlib>
#include<fstream>
#include<random>
#include<cassert>
#include<functional>
#include<type_traits>
#include<complex>
#include<cmath>
#include<iomanip>
using namespace std;
#define ll long long



int main() {
	cout << 0 << " " << 1 << " " << 1 << endl;
}
0