結果

問題 No.576 E869120 and Rings
ユーザー vjudge1
提出日時 2025-04-18 16:43:45
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 262 bytes
コンパイル時間 1,706 ms
コンパイル使用メモリ 159,024 KB
実行使用メモリ 7,848 KB
最終ジャッジ日時 2025-04-18 16:43:48
合計ジャッジ時間 3,088 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other AC * 2 WA * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>
#define int long long
using namespace std;
int const N=1e6+5;
int n,m,sum,cnt,t,ans;
signed main()
{
//	freopen(".in","r",stdin);
//	freopen(".out","r",stdout);
	ios::sync_with_stdio(0);
	cin.tie(0),cout.tie(0);
    cout<<1;
	return 0;
}
0