結果

問題 No.2080 Simple Nim Query
ユーザー 👑 p-adicp-adic
提出日時 2024-08-17 18:45:15
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 79 bytes
コンパイル時間 2,944 ms
コンパイル使用メモリ 172,244 KB
実行使用メモリ 6,400 KB
最終ジャッジ日時 2024-08-17 18:45:20
合計ジャッジ時間 4,385 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 WA -
testcase_04 AC 9 ms
5,376 KB
testcase_05 AC 19 ms
6,400 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 10 ms
6,400 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@Q,@A[N];rep(Q){ll@(T,X,Y);if(T-1)wt("SF"[X==Y||A[--Y]-1]);else A[--X]=Y;}
0