結果

問題 No.983 Convolution
ユーザー 👑 NachiaNachia
提出日時 2021-01-20 23:08:37
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 104 bytes
コンパイル時間 2,021 ms
コンパイル使用メモリ 171,452 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-05 14:57:53
合計ジャッジ時間 3,212 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 1 ms
5,376 KB
testcase_02 WA -
testcase_03 AC 5 ms
5,376 KB
testcase_04 AC 5 ms
5,376 KB
testcase_05 WA -
testcase_06 AC 6 ms
5,376 KB
testcase_07 AC 6 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 2 ms
5,376 KB
testcase_12 WA -
testcase_13 AC 3 ms
5,376 KB
testcase_14 AC 4 ms
5,376 KB
testcase_15 AC 5 ms
5,376 KB
testcase_16 AC 4 ms
5,376 KB
testcase_17 AC 5 ms
5,376 KB
testcase_18 AC 2 ms
5,376 KB
testcase_19 AC 4 ms
5,376 KB
testcase_20 AC 6 ms
5,376 KB
testcase_21 AC 7 ms
5,376 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 AC 5 ms
5,376 KB
testcase_29 AC 9 ms
5,376 KB
testcase_30 AC 5 ms
5,376 KB
testcase_31 AC 3 ms
5,376 KB
testcase_32 AC 4 ms
5,376 KB
testcase_33 WA -
testcase_34 AC 1 ms
5,376 KB
testcase_35 AC 1 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int N,A[2d5],a=0;
{
    rd(N,A(N));
	rep(i,N) a=a?(A[i]+1)?gcd(a,A[i]):a:A[i];
    wt(a?(ll)a*a:-1ll);
}
0