結果

問題 No.3229 Liar Game Comibination
ユーザー ooaiu
提出日時 2025-09-13 13:56:18
言語 cLay
(20241019-1)
結果
AC  
実行時間 106 ms / 2,000 ms
コード長 153 bytes
コンパイル時間 3,206 ms
コンパイル使用メモリ 193,236 KB
実行使用メモリ 33,028 KB
最終ジャッジ日時 2025-09-13 13:56:24
合計ジャッジ時間 5,762 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 29
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@(N,M,K),t;int**A,*B;walloc2d(&A,M,N),walloc1d(&B,N);rep(i,M){string@s;rep(j,N)A[i][j]=s[j]-'0';}t=LinearEquationMod2(M,N,A,B);t>?=0;wt(powmod(2,t,K));
0