C

C++ code posted
created at 08 Mar 01:33, updated at 18 Apr 12:42

Edit | Back
1
2
3
4
5
6
7
struct PartStruct
{
  uint8_t active;
  float weight;
  float x,y;
  ... // прочие переменные для хранения промежуточных вычислений
};
140 Bytes in 2 ms with coderay