結果

問題 No.3082 幸せな家族と除け者たち (体験版)
ユーザー ethan_hethan_h
提出日時 2021-04-01 22:54:17
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 288 bytes
コンパイル時間 1,388 ms
コンパイル使用メモリ 162,736 KB
実行使用メモリ 4,376 KB
最終ジャッジ日時 2023-08-23 06:38:37
合計ジャッジ時間 1,788 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

//ethan_h
#include<bits/stdc++.h>
using namespace std;
#define ll long long
/*void test(){
int n;cin>>n;
string s;cin>>s;
vector<int>a(n);
for(int i=0;i<n;i++){
cin>>a[i];}



}
*/
int main(){
ios_base::sync_with_stdio(false);
	cin.tie(0);
	cout.tie(0);

//t();
cout<<1<<endl;

return 0;}
0