結果

問題 No.1026 OGAWA's New Keyboard
ユーザー 👑 CleyL
提出日時 2020-04-14 16:54:34
言語 cLay
(20241019-1)
結果
AC  
実行時間 5 ms / 1,000 ms
コード長 125 bytes
コンパイル時間 2,267 ms
コンパイル使用メモリ 175,132 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-05 13:32:49
合計ジャッジ時間 3,113 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 5
other AC * 21
権限があれば一括ダウンロードができます

ソースコード

diff #

{ll n,z;char y;rd(n);deque<char>A;rep(n)rd(z,y),if(z)A.push_front(y),else A.push_back(y);rep(n)wtN(A.front()),A.pop_front();}
0