結果

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

ソースコード

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(1LL<<t);
0