8 lines
62 B
8 lines
62 B
8 years ago
|
|
||
|
#pragma once
|
||
|
struct result_type
|
||
|
{
|
||
|
int input;
|
||
|
int sum;
|
||
|
};
|