Calc cell convertor in C

前端 未结 2 1236
长情又很酷
长情又很酷 2021-01-28 23:13

I\'m learning C and I have written a simple program (just a tanning). On input you pass two arguments (row and column) and output you get a Calc (or Excel) code for this cell. F

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-28 23:42

    You're only allocating 7 bytes for kol. You're trying to write beyond the bounds of the array.

提交回复
热议问题