結果

問題 No.1955 Not Prime
ユーザー FF256grhyFF256grhy
提出日時 2022-05-21 06:20:50
言語 cLay
(20240714-1)
結果
AC  
実行時間 320 ms / 2,000 ms
コード長 176 bytes
コンパイル時間 7,339 ms
コンパイル使用メモリ 265,908 KB
実行使用メモリ 27,820 KB
最終ジャッジ日時 2024-09-20 11:07:13
合計ジャッジ時間 10,161 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,248 KB
testcase_01 AC 4 ms
5,248 KB
testcase_02 AC 4 ms
5,248 KB
testcase_03 AC 4 ms
5,248 KB
testcase_04 AC 4 ms
5,376 KB
testcase_05 AC 4 ms
5,376 KB
testcase_06 AC 11 ms
5,376 KB
testcase_07 AC 106 ms
5,416 KB
testcase_08 AC 97 ms
5,416 KB
testcase_09 AC 96 ms
5,416 KB
testcase_10 AC 320 ms
5,376 KB
testcase_11 AC 57 ms
27,820 KB
testcase_12 AC 42 ms
5,376 KB
testcase_13 AC 129 ms
5,548 KB
testcase_14 AC 56 ms
5,376 KB
testcase_15 AC 55 ms
5,376 KB
testcase_16 AC 130 ms
5,412 KB
testcase_17 AC 256 ms
6,692 KB
testcase_18 AC 132 ms
5,548 KB
testcase_19 AC 166 ms
6,444 KB
testcase_20 AC 5 ms
5,376 KB
testcase_21 AC 44 ms
5,376 KB
testcase_22 AC 4 ms
5,376 KB
testcase_23 AC 4 ms
5,376 KB
testcase_24 AC 5 ms
5,376 KB
testcase_25 AC 4 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<atcoder/all>
{ll@n,@a[2n];atcoder::two_sat s(n);rep(i,2n)rep(j,2n)if(isPrime(10**Digit(a[j])*a[i]+a[j]))s.add_clause(i/2,~i%2,j/2,j%2);wt(s.satisfiable()?"Yes":"No");}
0