6 lines
68 B
C
6 lines
68 B
C
int main() {
|
|
int a, b;
|
|
a = 1;
|
|
b = 2;
|
|
return a + b;
|
|
} |