cost 314 ms
Deduplication optimization

The problem is as follows. I want a function that, given a list and a max number of occurrences "x", deletes all elements of the list that appear more ...

Making a bordered 2D array (C89)

I'm trying to make a 2D array that can be a varying size based on user input however with the code I have right now whenever the user inputs the size ...

2022-09-16 08:32:57   2   40    arrays / c / c89  
fgets and sscanf in C

I have a file I'm trying to extract the integers and characters out of. 10 20 0 0 # 1 0 | 2 0 | 3 0 | 3 1 - 3 2 - 3 3 - 3 4 > My current code is ...

2022-05-28 10:23:43   2   80    c / c89  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM