結果

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

ソースコード

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<<0;
	return 0;
}
0