программы|software
1 2 3 4 5 6 7 8
struct game { int click; int multiplifier; int score; }; void set_score (struct game *game, int score);