6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
int main() {
|
||
|
int a = 10;
|
||
|
;
|
||
|
return a * 2 + 1;
|
||
|
}
|