結果

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

ソースコード

diff #

ll@(N,M,K);int**A,*B;walloc2d(&A,M,N),walloc1d(&B,N);rep(i,M){string@s;rep(j,N)A[i][j]=s[j]-'0';}wt(1LL<<LinearEquationMod2(M,N,A,B));
0