こすふぃーへのお題は『C言語・ゆめぴりかを運ぶ労役・ぞうめん』です。
#sayutandesuwa #shindanmaker
https://shindanmaker.com/1068763
ごきげんよう
わたくしはフランスのJCJKですわ
mistodon.cloud 専用お絵かきツール
#rakugaki_pao を作りましたわ!
https://kurajo.ivory.ne.jp/rakugaki_pao
---
https://x.com/cosine_phi / https://instagram.com/cosphi_cloud
---
【新しくmistodon.cloudに参加されたみなさまへ】
mistodon.cloud は LTL(ローカルタイムライン)で雑談するスタイルのサーバーですの
まずは「 ローカル(リアルタイムフィード>このサーバー)」をクリックしてLTLに参加しましょう!
---
【mistodon.cloudの外からご覧になっているみなさまへ】
ごきげんよう!
このアカウントは主にLTLで雑談する運用をしていますの
FTL・FF交流用のアカウント( @cosphi / @cosphi )も用意していますので、もしよろしければこちらもご覧になってくださいね!
こすふぃーへのお題は『C言語・ゆめぴりかを運ぶ労役・ぞうめん』です。
#sayutandesuwa #shindanmaker
https://shindanmaker.com/1068763
3️⃣ 3️⃣ 5️⃣
struct ElementArray *arr = (struct ElementArray*)malloc( sizeof(struct ElementArray) + sizeof(struct Element)*n );
↓
struct ElementArray *arr = (struct ElementArray*)malloc( sizeof(struct ElementArray) + sizeof(struct Element)*(n+1) ); ...
stack_pop_intをstackがからっぽで呼んだ場合、を見逃してましたわ。
今の問題には関係なさそうですけれど